You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, yes this works, but I have to count the windows I have opend.
example:
selectWindow | win_ser_1|-
//do something with the window and close it!
selectWindow | win_ser_2|-
//do something with the windows and close it!
My test case contains a lot of new and closed windows ...
Maybee implement a function selectWindowbyName?
or according to the old Selenium IDE
selectWindow | title ='title of the page'
How does the selectWindow command work?
Can I select a window by title?
example:
select window | title='Title of the Page'|-
i tried to record the comand but it doesn't work
The text was updated successfully, but these errors were encountered: