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
At
CDP-Patches/cdp_patches/input/async_input.py
Line 79 in 602b680
CDP-Patches/cdp_patches/input/sync_input.py
Line 73 in 602b680
On OS:Windows and not having Selenium-Driverless installed, we get:
Selenium-Driverless
E TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union
due to the second argument being a string ( set at
CDP-Patches/cdp_patches/input/browsers.py
Lines 30 to 37 in 602b680
The text was updated successfully, but these errors were encountered:
- add test (requires manual test with pyvenv) for #10
4e9c7af
- fix #10
I also encountered this problem when trying to use the example from the documentation. Have you solved it yet?
Sorry, something went wrong.
Vinyzu
No branches or pull requests
At
CDP-Patches/cdp_patches/input/async_input.py
Line 79 in 602b680
CDP-Patches/cdp_patches/input/sync_input.py
Line 73 in 602b680
On OS:Windows and not having
Selenium-Driverless
installed, we get:due to the second argument being a string ( set at
CDP-Patches/cdp_patches/input/browsers.py
Lines 30 to 37 in 602b680
The text was updated successfully, but these errors were encountered: