crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

Could it be possible to take control of the user's own browser instead?

Open BZBY opened this issue 3 months ago β€’ 0 comments

Some websites have a CAPTCHA mechanism that is repeated, while Playwright already has a feature to take control of the user's own browser (e.g., by launching the Chrome browser through the command line in CMD terminal as follows:

cd C:\Program Files\Google\Chrome\Application && chrome.exe \
--remote-debugging-port=9222 \
--user-data-dir=β€œC:\playwright\user_data”

Can crawl4ai support this? This would significantly reduce the need to write code to handle CAPTCHAs, and it would be great if this functionality could be implemented!

BZBY avatar Oct 30 '24 03:10 BZBY