- hadar
- Posts : 2
Join date : 2011-11-22
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) :
Now I want to call to selectWindow with selenium_blank19790 .
How do I do this ?
Thanks
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
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: get window name from string
Tue Nov 22, 2011 9:19 am
u can try
selectWindow javascript{storedVars['wndName'][0]}.
selectWindow javascript{storedVars['wndName'][0]}.
- hadar
- Posts : 2
Join date : 2011-11-22
Re: get window name from string
Tue Nov 22, 2011 8:34 pm
I try and it didn't work
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
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.
i tried to get all links, and i can use this method to click the first link, the second link etc.
- How to shift the focus from one window to another window and proceed the action in Second window?
- how can call this class "x-window-header x-window-header-noborder x-unselectable x-window-draggable" from webdriver
- how to select(get focus on) new window after clicking link in existing window
- How do I extract a string using regexp?
- Javascript and parsing a string
Permissions in this forum:
You cannot reply to topics in this forum