Top "Selenium-chromedriver" questions

Developed in collaboration with the Chromium team, ChromeDriver is a standalone server which implements WebDriver's wire protocol.

Selenium Google Login Block

I have a problem with Google login. I want to login to my account but Google says that automation drivers …

selenium google-chrome selenium-webdriver selenium-chromedriver geckodriver
How to suppress console error/warning/info messages when executing selenium python scripts using chrome canary

I am running python script (complete script link below) for selenium test using Chrome Canary. The test seems to be …

python-3.x google-chrome selenium selenium-chromedriver
Brew install chromedriver not working?

I am using MacOS, when I tried to install chromedriver using homebrew brew install chromedriver I get: Error: No available …

selenium-chromedriver homebrew
Accessing Shadow DOM tree with Selenium

Is it possible to access elements within a Shadow DOM using Selenium/Chrome webdriver? Using the normal element search methods …

javascript python selenium selenium-chromedriver shadow-dom
Passing require('chromedriver).path directly to selenium-webdriver

tl;dr: Does anyone know how to pass the path of chromedriver to selenium-webdriver in code without setting the PATH …

javascript node.js selenium selenium-chromedriver
Not able to maximize Chrome Window in headless mode

I recently upgraded my chrome version to 60 and chromedriver to version 2.31. Post that I have started getting the following exception …

google-chrome selenium selenium-chromedriver geb
set chrome options with remote driver

So there's a nice long list of switches that can be passed to the chromedriver. I would like to use …

python selenium webdriver selenium-chromedriver
Unable to hide "Chrome is being controlled by automated software" infobar within Chrome v76

After updating Chrome to version 76, I cannot figure out how to hide the "Chrome is being controlled by automated software..." …

c# selenium google-chrome selenium-webdriver selenium-chromedriver