Replies: 1 comment
-
|
A lot of that is from the older UC Mode. The newer CDP Mode doesn't use WebDriver, and also has newer CDP methods for handling CAPTCHAs, such as |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @mdmintz , on
sb_cdp.Chromewe I want to learn more on seleniumbase's CF's prototype-chain js-proxy detector (fires whenRuntime.enablehas been called and always-on in CDP Mode) capabilities. Everysb.evaluateadds a sample. Hard CF customers might flag me even thoughgui_click_captcha()clicks correctly.disconnect()/reconnect()/uc_open_with_reconnect()aren't exposed onsb_cdp.Chromesinceself.driveriscdp_driver.Browser. They live onDriver(uc=True)thus no more Runtime.enable seen by CF .For CF-hard sites specifically, do you recommend:
Driver(uc=True)and wrap the captcha click indisconnect()/reconnect()?Runtime.enablein CDP Mode?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions