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
Example from Selenium get num tabs - driver.window_handles switch to tab - driver.switch_to.window(tab hash)
Please write how to do it in botasaurus?
The text was updated successfully, but these errors were encountered:
I found it. See cdp target. driver.run_cdp_command(cdp.target.get_targets()) return quantity of tabs
Sorry, something went wrong.
Did you find any way to switch to a popup window ?
Popup is an iframe or div block.
It is a seperate browser window, the one's you get when you click on a sign in button for Google or Microsoft account.
No branches or pull requests
Example from Selenium
get num tabs - driver.window_handles
switch to tab - driver.switch_to.window(tab hash)
Please write how to do it in botasaurus?
The text was updated successfully, but these errors were encountered: