Skip to content

I have two questions about Linux Servers with the newest update. #3110

Answered by mdmintz
Orbiszeus asked this question in Q&A
Discussion options

You must be logged in to vote

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 add xvfb=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).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants