-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
News / AnnouncementsNewsNewsTutorials & LearningTutorial videos and blog postsTutorial videos and blog postsUC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP Mode
Description
"ARM64 Linux Browser Automation with CAPTCHA-bypass" is now on YouTube.
https://www.youtube.com/watch?v=bPQ3GZz1AtM
We'll be running browser automation from ARM64 Linux GitHub Actions servers while bypassing CAPTCHAs in order to get data from Microsoft Copilot using SeleniumBase with Python.
Here, Chromium is used (not the same as regular Google Chrome):
sudo apt-get install chromium-browser
(on ARM64 Ubuntu Linux)
Code:
- https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/raw_cdp_copilot.py
- https://github.com/mdmintz/seleniumbase-examples/blob/master/examples/raw_cdp_copilot.py
YML:
Pure CDP Mode:
- https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md#-pure-cdp-mode-sb_cdp
- https://seleniumbase.io/examples/cdp_mode/ReadMe/#pure-cdp-mode-sb_cdp
Important: You must use the Pure CDP Mode format (sb_cdp
), which works slightly differently from regular CDP Mode.
Metadata
Metadata
Assignees
Labels
News / AnnouncementsNewsNewsTutorials & LearningTutorial videos and blog postsTutorial videos and blog postsUC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP Mode