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 23,219 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,718 Sep-14-2020, 05:28 AM
Last Post: master
  Selenium/chrome console WiPi 4 8,764 Apr-12-2020, 11:45 AM
Last Post: WiPi
  Chrome instead of IE Friend 1 3,350 Feb-09-2020, 07:31 AM
Last Post: Larz60+
  Headless Chrome: How to login into a webpage? amandacstr 1 6,237 Feb-06-2020, 02:19 AM
Last Post: metulburr
  Python-selenium script for automated web-login does not work hectorKJ 2 6,890 Sep-10-2019, 01:29 PM
Last Post: buran
  Unable to access javaScript generated data with selenium and headless FireFox. pjn4 0 3,657 Aug-04-2019, 11:10 AM
Last Post: pjn4
  Automated Git add/commit/push rxndy 0 3,058 May-13-2019, 11:51 AM
Last Post: rxndy
  Interfacing Google Chrome & Python akornrumpf 5 6,528 Mar-16-2019, 10:20 PM
Last Post: Larz60+
  Cannot open Chrome gahhon 3 5,791 Jan-26-2019, 04:56 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

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