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
tofubox
Posts : 1
Join date : 2014-09-03

Can I have Selenium re-log into a page if I've been automatically logged out? Empty Can I have Selenium re-log into a page if I've been automatically logged out?

Wed Sep 03, 2014 6:59 pm
There's a website that I want to stay logged in to but it will log me out every 20-30 minutes no matter how many times I  try to refresh or stay active on it. Is it possible to use Selenium to detect that I've been logged out and then click on  the login button when that happens?
avatar
a71688
Regular Participant
Regular Participant
Posts : 27
Join date : 2014-07-23

Can I have Selenium re-log into a page if I've been automatically logged out? Empty Re: Can I have Selenium re-log into a page if I've been automatically logged out?

Mon Sep 22, 2014 6:42 pm
Try like this. If you are logged out  then make a pop that tells you to log in again.


open
${baseurl}/mit_nemid/certifikater/



storeTextPresent
Log af
Login


gotoIf
storedVars.Login
true


open
${baseurl}/mit_nemid/certifikater/



waitForPageToLoad
30000



getEval
alert("Login again to system;)


.....
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 39
Location : Denver, CO

Can I have Selenium re-log into a page if I've been automatically logged out? Empty Re: Can I have Selenium re-log into a page if I've been automatically logged out?

Tue Oct 21, 2014 5:08 am
You want Selenium IDE to automatically check every 30 minutes to see if you are logged out and if you are, log back in? 

Are you running scripts and are getting logged out in the middle of them?  If so, why not just login to start? Otherwise this seems kind of pointless.

Basically you would have to run a loop, reloading the page every 20-30 minutes to see if you have been logged out.  If you were in the middle of something...oh well.
Sponsored content

Can I have Selenium re-log into a page if I've been automatically logged out? Empty Re: Can I have Selenium re-log into a page if I've been automatically logged out?

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