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
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Selenium stop clears the cookies Empty Selenium stop clears the cookies

Fri Aug 21, 2009 4:02 pm
Hi,

one of the selenium user have some problem regarding session cookie . The problem is:


I have a test case where I have to login and close the browser and when I open the browser again I should be logged in.To achive the above scenario I do the following steps using selenium:

1. selenium.start

2. selenium.open

3. Login to the site
4. selenium.stop
5. selenium.start
6. selenium.open

But I'm not automatically logged in.Doesselenium.stop clear the cache as well ? If so how can I achive the desired effect without explicitly saving and setting the cookies.
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Selenium stop clears the cookies Empty Re: Selenium stop clears the cookies

Fri Aug 21, 2009 4:12 pm
hi,

Whenever the selenim serevr open a URL it generated a unique session id and on that session id all operation is performed. When The close command fire, it wll automatically clear the session.

This process is different form normal web browsing where cookies are stored so you have to not login again, if you don't logout.

You have to write login step in your script to move further. I hope this will clear your doubt.

Best of luck.

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