Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selectWindow doesn't work #17

Open
capoerafreak opened this issue May 1, 2018 · 3 comments
Open

selectWindow doesn't work #17

capoerafreak opened this issue May 1, 2018 · 3 comments

Comments

@capoerafreak
Copy link

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

@NagendraKuppala
Copy link

Hi,
I have just started using sideex.
Looks like selectWindow command is only works by Index.

example:

selectWindow | win_ser_local (i.e: Parent Window)

selectWindow | win_ser_1 (i.e: child Window)

selectWindow | win_ser_2 (i.e: second child Window and also for sub-child)

@capoerafreak
Copy link
Author

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'

@Ygarr
Copy link

Ygarr commented Jan 3, 2021

still does not work and no info about how to count

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants