HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mintzworld

no profile record

投稿

Bypassing CAPTCHAs from ARM64 Linux GitHub Actions jobs to collect Copilot data [video]

youtube.com
4 ポイント·投稿者 mintzworld·9 か月前·0 コメント

Using the Chrome Devtools Protocol (CDP) for Bypassing CAPTCHAs [video]

youtube.com
5 ポイント·投稿者 mintzworld·2 年前·1 コメント

コメント

mintzworld
·7 か月前·議論
Oh, the irony of using SeleniumBase to make Playwright stealthy!
mintzworld
·2 年前·議論
Even a single script that performs actions too quickly on a website can trigger anti-bot measures, even if the bot isn't detected directly.
mintzworld
·2 年前·議論
Why pay to solve CAPTCHAs when SeleniumBase can bypass them for free? SeleniumBase can also "solve" CAPTCHAs (such as Cloudflare via click).
mintzworld
·2 年前·議論
On the topic of scraping grocery sites, here's an example of bypassing bot-detection on Albertsons: https://github.com/seleniumbase/SeleniumBase/blob/master/exa... (A demo of that is in https://www.youtube.com/watch?v=Mr90iQmNsKM)
mintzworld
·2 年前·議論
PyAutoGUI is the optimal tool for clicking things inside of closed shadow-root elements, which are hidden to JavaScript. Can use CDP for clicking other elements.
mintzworld
·2 年前·議論
The "CDP Mode" used for bypassing CAPTCHAs and bot-detection has it's own ReadMe within SeleniumBase: https://github.com/seleniumbase/SeleniumBase/blob/master/exa... And there's a recent YouTube video with live demos: https://www.youtube.com/watch?v=Mr90iQmNsKM
mintzworld
·2 年前·議論
According to live demos seen in https://www.youtube.com/watch?v=Mr90iQmNsKM, it'll bypass Cloudflare, Akamai, Shape Security, DataDome, Incapsula, Kasada, and PerimeterX.
mintzworld
·2 年前·議論
SeleniumBase is free, open-source, can bypass CAPTCHAs with a few lines of code, and it works from the free tier of GitHub Actions.