| || close
| | |
- Guillaume Boudreau
From: Tolou Taherinia
[mailto:[EMAIL PROTECTED] Sent: December 13, 2005 2:21
PMTo: [EMAIL PROTECTED];
selenium-devel@lists.public.thoughtworks.orgSubject: RE:
[Selenium-devel] selectWindow
Hi Guillaume,
Do you have a sample code of where the select
PMTo: selenium-devel@lists.public.thoughtworks.orgSubject:
RE: [Selenium-devel] selectWindow
You can try to save the return value of window.open() and
use that as the parameter for selectWindow.
- Guillaume Boudreau
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Tolou
@lists.public.thoughtworks.orgSubject: [Selenium-devel]
selectWindow
Hi
all,
I am writing a test
case for a pop up window for which the name randomly changes...is there any
other selenium function which provides the same functionality as selectWindow
but without using the name of the pop-up window. If not, how can this be
Hi
all,
I am writing a test
case for a pop up window for which the name randomly changes...is there any
other selenium function which provides the same functionality as selectWindow
but without using the name of the pop-up window. If not, how can this be dealt
with
Thank you in
adv
Today I tested a web app of which the first page contained three frames.
_
| topFrame |
|_|
| |
| mainFrame |
|_|
|bottomFrame |
|_|
There is a link to popup in the mainFrame and I wrote the test scripts of
below.
|open|ht