-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"Hacking websites with CDP" is now on YouTube #3380
Comments
The code for taking control of existing Chrome browsers via the |
So we don't need chromedriver anymore? Like nodriver or Selenium driverless? |
With pure CDP Mode, chromedriver isn’t necessary. |
If stealth is important, you may have to use one of the CDP formats here: #3354 (comment) Otherwise, you can try passing in the remote-debugging-port via chromium_arg, but that might not get you the results you’re looking for. |
This comment has been minimized.
This comment has been minimized.
BaseCase class with SB() is synchronous is there anyway that i can use asynchronous driver from cdp_util instead of basecase driver? |
how do i call sb.uc_gui_click_captcha() from async code? |
The async code can only call direct CDP methods. |
Hi! Please tell me, I've already racked my brains trying to find a solution. Why cdp doesn't get the request body, if it's 100% there and if I uncomment the line xhr_responses = await receiveXHR(tab, xhr_requests.get(browser_index, []), browser_index) in the while loop, then everything will be fine, but only if I screw up everything from the while loop further.
|
"Hacking websites with CDP" is now on YouTube:
https://www.youtube.com/watch?v=vt2zsdiNh3U
The text was updated successfully, but these errors were encountered: