- nb3003Active particpant
- Posts : 11
Join date : 2013-03-12
Location : chennai
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 !!
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 !!
- ccoxMaster
- Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO
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.
- sreekanth_n
- Posts : 4
Join date : 2012-09-27
Location : Bangalore, India
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();
- Could not start Selenium session: Failed to start new browser session: Error while launching browser
- Could not start Selenium session: Failed to start new browser session: Error while launching browser
- Selenium RC; Permission denied on session.([error] Element not found ")
- Selenium not able to open browser session
- Why seleniumserverstandlone 2.25.0..jar getting stop? and getting error in eclipse, Could not start Selenium session
Permissions in this forum:
You cannot reply to topics in this forum