- Prajakta
- Posts : 1
Join date : 2012-05-26
Verifying tab switching with Selenium FF plugin
Sat May 26, 2012 2:15 pm
Hi All,
I am new to this Selenium IDE.
I have selenium ide for Firefox and trying to test the tab switching of a web app. Below is the my test requirement
1) Login to app
2) Page loads first default page (tab). Need to wait for page load.
3) Click on second tab and wait for page to load.
I recorded this script but somehow script is failing to switch to second tab. It says the tab not found.
I tried to put the wait for page load with 30000.
Once login is done app takes a bit time to process login and then to load the first page.
Below is generated when sumbit is clicked -
css=input[type="submit"]
Could anyone please help me out
Thanks!
I am new to this Selenium IDE.
I have selenium ide for Firefox and trying to test the tab switching of a web app. Below is the my test requirement
1) Login to app
2) Page loads first default page (tab). Need to wait for page load.
3) Click on second tab and wait for page to load.
I recorded this script but somehow script is failing to switch to second tab. It says the tab not found.
I tried to put the wait for page load with 30000.
Once login is done app takes a bit time to process login and then to load the first page.
Below is generated when sumbit is clicked -
css=input[type="submit"]
Could anyone please help me out
Thanks!
Re: Verifying tab switching with Selenium FF plugin
Sat May 26, 2012 2:24 pm
As it is taking so much time to load page you can use pause command.
Are you using clickAndWait command??
if yes just change it to click on put pause or waitforpageload command
You need to use below code
Are you using clickAndWait command??
if yes just change it to click on put pause or waitforpageload command
You need to use below code
- Code:
selectWindow | id or name
Permissions in this forum:
You cannot reply to topics in this forum