Python Forum
Selenium- Can't access "Chrome is being controlled by automated test software"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium- Can't access "Chrome is being controlled by automated test software"
#1
from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.chrome.options import Options


options = Options()
options.add_experimental_option("detach", True)


driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()), options=options)
driver.get("amazon.com")
driver.maximize_window()
buran write Sep-19-2024, 11:38 AM:
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.

Attached Files

Thumbnail(s)
   
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I get rid of "Chrome is being controlled by automated test software"? jetBlack 2 18,017 Jul-21-2022, 08:31 AM
Last Post: Benjamin112
  How do I iterate over an array and perform actions using selenium chrome webdriver? master 0 3,217 Sep-14-2020, 05:28 AM
Last Post: master
  Selenium/chrome console WiPi 4 7,389 Apr-12-2020, 11:45 AM
Last Post: WiPi
  Chrome instead of IE Friend 1 2,845 Feb-09-2020, 07:31 AM
Last Post: Larz60+
  Python-selenium script for automated web-login does not work hectorKJ 2 5,639 Sep-10-2019, 01:29 PM
Last Post: buran
  Unable to access javaScript generated data with selenium and headless FireFox. pjn4 0 3,190 Aug-04-2019, 11:10 AM
Last Post: pjn4
  Automated Git add/commit/push rxndy 0 2,621 May-13-2019, 11:51 AM
Last Post: rxndy
  Cannot open Chrome gahhon 3 4,906 Jan-26-2019, 04:56 AM
Last Post: snippsat
  selenium - chrome crashes when chrome is running. RvBVakama 4 17,759 Dec-16-2018, 06:32 PM
Last Post: metulburr
  Automated Emailer (Using Selenium) StoopidChicken 0 3,898 Jul-17-2018, 07:20 AM
Last Post: StoopidChicken

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020