I'm trying to attach to a new window with selectWindow and not having
success yet.  Is the id currently the only way to attach to a window? 
I have a form that opens a new window on submit like so:

<form method="get" target="_source_search" ... 

Would _source_search be the id of the new window?  I have tried
attaching to it using:

selectWindow | _source_search

but I get a Javascript error:

Error: Window does not exist

If the "target" attribute of the form isn't the id of the new window,
is there a way to specify the id of a new window in a form?

Drew
_______________________________________________
Selenium-users mailing list
[email protected]
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to