Top "Selenium-chromedriver" questions

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

HTTP request to the remote WebDriver server for URL timeout when running tests across browsers in parallel

I've been battling the commonly seen "HTTP request to the remote WebDriver server for URL ... timed out after x seconds" …

c# selenium selenium-chromedriver selenium-iedriver
Message: stale element reference: element is not attached to the page document

Im trying to automate a task we do almost daily. I read that python in combination with selenium would be …

python selenium selenium-webdriver selenium-chromedriver staleelementreferenceexception
Does Chrome use XPath 2.0?

I was under impression that all latest browsers are with XPath 2 now. When I use lower-case() and uppser-case() (functions introduced …

google-chrome selenium xpath selenium-chromedriver
Unable to use Selenium to automate Chase site login

When I try to log into the Chase website using Selenium (Python), I'm hit with the following error message: However, …

python selenium google-chrome webdriver selenium-chromedriver
Change ChromeOptions in an existing webdriver

Scenario: There is a requirement of downloading files from web hierarchy to local drive under same hierarchy. Example Web Hierarchy: …

python selenium google-chrome selenium-chromedriver chrome-options
no such element: Unable to locate element using chromedriver and Selenium in production environment

I have a problem with selenium chromedriver which I cannot figure out what's causing it. Some weeks ago everything was …

python selenium selenium-webdriver selenium-chromedriver webdriverwait
Selenium ChromeDriver does not recognize newly compiled Headless Chromium (Python)

I am trying to use the new (2016) headless version of Chromium with Selenium/ChromeDriver (In the past, I used Firefox …

python selenium selenium-chromedriver chromium headless-browser