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
Session::reset
How to reproduce:
Session::visit
window.name
w3cwh:{selenium_window_handle_here}
Session::swithToWindow()
For now the only option, that might work is to consider 1st opened window as initial (the 1st window handle returned) and never close it.
Related issue: #26
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
How to reproduce:
Session::visit
window.name
(because no URL is opened yet)w3cwh:{selenium_window_handle_here}
window.name
to the desired valueSession::reset
:Session::swithToWindow()
works correctly, because it uses selenium-handle-based window identifierFor now the only option, that might work is to consider 1st opened window as initial (the 1st window handle returned) and never close it.
Related issue: #26
The text was updated successfully, but these errors were encountered: