New YouTube video showing undetected-chromedriver with bug-fixes and enhancements #1636
Replies: 3 comments 2 replies
-
hello mdmintz |
Beta Was this translation helpful? Give feedback.
-
I'm trying to adapt my current UC script to sbase w/ uc mode on, but it seems I cannot override download folders using sbase. Am I doing it wrong or sbase does not allow this? Because it is sadly essential to me that the files are downloaded to separated folders for proper bibliographic organization. |
Beta Was this translation helpful? Give feedback.
-
This framework works great. I highly recommend everyone using undetected-chromedriver to switch over to SeleniumBase, as it is still maintained and works very well. |
Beta Was this translation helpful? Give feedback.
-
New YouTube video showing undetected-chromedriver with bug-fixes and enhancements:
https://www.youtube.com/watch?v=5dMFI3e85ig
Note the improvements made:
HeadlessChrome
toChrome
)pytest-xdist
.Many of these fixes can be back-ported easily to undetected-chromedriver. (Explanation in the video of how to do that, such as using
requests.get(url)
before navigating to a URL to know if you need to disconnect/reconnect the driver from Chrome.)Basic script:
Here's a more-advanced script with retries and a captcha-click failsafe for bypassing detection:
Beta Was this translation helpful? Give feedback.
All reactions