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
Prajakta
Posts : 1
Join date : 2012-05-26

Verifying tab switching with Selenium FF plugin Empty 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!
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

Verifying tab switching with Selenium FF plugin Empty 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
Code:
selectWindow  |  id or name
then need to execute operation on new tab or window.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum