-
| def test(path): Here is the error I gotException                                 Traceback (most recent call last) 5 frames  in test(path) /usr/local/lib/python3.10/dist-packages/seleniumbase/core/browser_launcher.py in (*args, **kwargs) /usr/local/lib/python3.10/dist-packages/seleniumbase/core/browser_launcher.py in uc_gui_handle_cf(driver, frame) /usr/local/lib/python3.10/dist-packages/seleniumbase/core/browser_launcher.py in install_pyautogui_if_missing(driver) /usr/local/lib/python3.10/dist-packages/seleniumbase/core/browser_launcher.py in verify_pyautogui_has_a_headed_browser(driver) Exception: PyAutoGUI can't be used in headless mode! | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
| That's why it says:  Don't use UC Mode with Headless Mode. | 
Beta Was this translation helpful? Give feedback.
-
| is there a way to bypass cloudflare with headless=True? | 
Beta Was this translation helpful? Give feedback.
That's why it says:
Exception: PyAutoGUI can't be used in headless mode!Don't use UC Mode with Headless Mode.