Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Selenium Automation in Firefox (Python) Blocked by Captchas & "Browser is Being Automated" Error

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 27 parje
  • Përgjigjja më e re nga markwarner22

more options

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:

  1. Open Firefox
  2. Go to www.google.com
  3. Search for "YouTube"
  4. Click on the YouTube link
  5. Search for a video
  6. 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!

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!

Krejt Përgjigjet (1)

more options

Captcha isn't from Firefox browser.