Replies: 1 comment
-
I also suggest to use the new headless mode instead of headless=True argument Finally:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
driver = uc.Chrome(enable_cdp_events=True, headless=True, version_main=113, disablegpu=True, no_sandbox=True)
driver.maximize_window()
driver.get("url)
Im using this code and cant seem to find a way to disable the remember ur password pop up? Anyone have a code that is working with this library that wouldnt mind sending it over?
Beta Was this translation helpful? Give feedback.
All reactions