crawl4ai
crawl4ai copied to clipboard
Could it be possible to take control of the user's own browser instead?
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!