You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should it even work with CDP_patches? I get an error when i try to use it
def main():
with sync_playwright() as p:
browser = p.chromium.launch()
page = browser.new_page()
sync_input = SyncInput(browser=browsers, emulate_behaviour=True)
File "...\.venv\Lib\site-packages\cdp_patches\input\browsers.py", line 154, in get_sync_browser_pid if isinstance(browser, SeleniumChrome) or isinstance(browser, DriverlessSyncChrome): TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union
The text was updated successfully, but these errors were encountered:
Should it even work with CDP_patches? I get an error when i try to use it
File "...\.venv\Lib\site-packages\cdp_patches\input\browsers.py", line 154, in get_sync_browser_pid
if isinstance(browser, SeleniumChrome) or isinstance(browser, DriverlessSyncChrome):
TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union
The text was updated successfully, but these errors were encountered: