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.
0:00 - Intro with GitHub Actions results
0:41 - Live demo of Copilot automation
1:48 - Going to GitHub to see the code
2:32 - Important relevant information
3:41 - GitHub Actions .YML files & artifacts
5:00 - SeleniumBase and more demos
Since Raspberry Pi uses ARM64 architecture, it's helpful to be able to run automation on it.
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/Selen...
https://github.com/mdmintz/seleniumba...
YML:
https://github.com/mdmintz/seleniumba...
Pure CDP Mode:
https://github.com/seleniumbase/Selen...
https://seleniumbase.io/examples/cdp_...
Important: You must use SeleniumBase's Pure CDP Mode format (`sb_cdp`), which works slightly differently from regular SeleniumBase CDP Mode.
SeleniumBase on GitHub: https://github.com/seleniumbase/Selen...
GH Actions: https://github.com/mdmintz/seleniumba...
More GH Actions: https://github.com/mdmintz/undetected...
SeleniumBase CDP Mode examples on GitHub:
https://github.com/seleniumbase/Selen...
Undetectable Automation Playlist:
• Undetectable Automation Playlist
Related videos in the "Undetectable Automation" series:
• Undetectable Automation 4: "Chrome Devtool...
SeleniumBase Playlist:
• SeleniumBase Videos (Python web automation)
SeleniumBase on Discord: / discord
#linux #captcha #githubactions