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
hadar
Posts : 2
Join date : 2011-11-22

get window name from string Empty get window name from string

Tue Nov 22, 2011 5:11 am
Hi,

I am new in selenium.
I record test that open popup.

I use the following command :
storeAllWindowNames wndName

when I echo I get (from the log) :

  • [info] Executing: |storeAllWindowNames | wndName | |
  • [info] Executing: |echo | ${wndName} | |
  • [info] echo: selenium_blank10532,selenium_blank19790

Now I want to call to selectWindow with selenium_blank19790 .

How do I do this ?

Thanks
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

get window name from string Empty Re: get window name from string

Tue Nov 22, 2011 9:19 am
u can try
selectWindow javascript{storedVars['wndName'][0]}.
avatar
hadar
Posts : 2
Join date : 2011-11-22

get window name from string Empty Re: get window name from string

Tue Nov 22, 2011 8:34 pm
I try and it didn't work
avatar
freesky
Amateur
Amateur
Posts : 72
Join date : 2011-04-13

get window name from string Empty Re: get window name from string

Wed Nov 23, 2011 10:48 am
javascript{storedVars['wndName'][0]} means the first window, so if u want to select 'selenium_blank19790', did u use javascript{storedVars['wndName'][1]}.

i tried to get all links, and i can use this method to click the first link, the second link etc.
Sponsored content

get window name from string Empty Re: get window name from string

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