-
Dear Michael, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Occasionally, CF makes updates to their CAPTCHAs, which may break things temporarily until there's a new SeleniumBase version with a fix. Recently, this has happened frequently. It's called, "The Great CAPTCHA Duel", and I talked about it in UC Mode Video 3: "Revenge of the CAPTCHAs" (https://www.youtube.com/watch?v=-EpZlhGWo9k). |
Beta Was this translation helpful? Give feedback.
PyAutoGUI
is needed for CAPTCHA-bypass on Linux these days. (It is automatically installed if missing when calling a SeleniumBase method that needs to use it.)xvfb=True
is needed for the special virtual display on Linux. (Depending on what options you set, that may already be the default option, but it doesn't hurt to addxvfb=True
.)Occasionally, CF makes updates to their CAPTCHAs, which may break things temporarily until there's a new SeleniumBase version with a fix. Recently, this has happened frequently. It's called, "The Great CAPTCHA Duel", and I talked about it in UC Mode Video 3: "Revenge of the CAPTCHAs" (https://www.youtube.com/watch?v=-EpZlhGWo9k).