We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
command "storeWindowHandle" is not supported which will affact the function of selecting the different window.
Firefox 60.4.0 ESR selenese-runner: 3.20.0 geckodriver : 0.23.0 selenium: 3.14.59
This is part of my script:
I got below error:
Error: InvalidSeleneseException - jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException: No such command: storeWindowHandle
The text was updated successfully, but these errors were encountered:
update release note. (#291, #292)
0824e00
I added storeWindowHandle command and handle= parameter with selectWindow command, and released 3.21.0. Please test it.
storeWindowHandle
handle=
selectWindow
Sorry, something went wrong.
Thanks a lot ! I will test it
I verified it with selenese 3.23.0
vmi
No branches or pull requests
command "storeWindowHandle" is not supported which will affact the function of selecting the different window.
Firefox 60.4.0 ESR
selenese-runner: 3.20.0
geckodriver : 0.23.0
selenium: 3.14.59
This is part of my script:
I got below error:
Error: InvalidSeleneseException - jp.vmi.selenium.selenese.SeleneseRunnerRuntimeException: No such command: storeWindowHandle
The text was updated successfully, but these errors were encountered: