Good day,
I'm using Selenium with Firefox in Python to automate browser testing, but I keep encountering captchas that prevent my script from proceeding. Additionally, I… (читать ещё)
Good day,
I'm using Selenium with Firefox in Python to automate browser testing, but I keep encountering captchas that prevent my script from proceeding. Additionally, I receive an error stating that "the browser is being automated" (Reason: Marionette).
My intended automation flow:
- Open Firefox
- Go to www.google.com
- Search for "YouTube"
- Click on the YouTube link
- Search for a video
- Play the video
However, captchas appear during the process, and I suspect it's because Firefox detects that it's automated. Is there a way to disable automation detection in Firefox or configure Marionette to reduce captchas when using Selenium in Python?
Any guidance or workarounds would be greatly appreciated.
Thank you!