Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
nb3003
Active particpant
Active particpant
Posts : 11
Join date : 2013-03-12
Location : chennai

Clearing selenium session Empty Clearing selenium session

Tue Mar 26, 2013 9:04 pm
Im using datadriven approach in my project.

I want to start new selenium session for every data. Because my session variable values are restored when a next iteration is started. Pl tel me hw to resolve this !!
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 38
Location : Denver, CO

Clearing selenium session Empty Re: Clearing selenium session

Tue Mar 26, 2013 9:22 pm
Either at the end of your script, or the beginning, use the command 'deleteAllVisibleCookies'. This did what I needed to when I used a similar approach.
avatar
sreekanth_n
Posts : 4
Join date : 2012-09-27
Location : Bangalore, India

Clearing selenium session Empty Re: Clearing selenium session

Tue Apr 02, 2013 2:36 pm

there is built in feature in Selenium to delete cookies for each iteration

browser.manage().deleteAllCookies();
Sponsored content

Clearing selenium session Empty Re: Clearing selenium session

Back to top
Permissions in this forum:
You cannot reply to topics in this forum