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

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

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

  • 1 wótegrono
  • 1 ma toś ten problem
  • 27 naglědow
  • Slědne wótegrono wót 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!

Wšykne wótegrona (1)

more options

Captcha isn't from Firefox browser.