Top "Selenium-chromedriver" questions

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

org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died with ChromeDriver and Selenium

I'm running a bunch of test cases every hour using selenium-java 3.12.0; TestNG; Selenoid with docker, Jenkins. Sometimes (about 1 out of 10 …

selenium jenkins gson selenium-chromedriver selenoid
IllegalAccessError thrown by new ChromeDriver() on OSX (Java)

Getting this under Eclipse straight out of the gate. Code: System.setProperty("webdriver.chrome.driver" , "/path/to/selenium/chromedriver"); WebDriver …

java selenium-chromedriver
Shadow-dom support for selenium

I am working on an automation project which uses shadow dom extensively. So every time using execute_script function to …

selenium selenium-chromedriver shadow-dom
Getting chrome performance and tracing logs

I'm trying to follow the idea suggested in the Web Performance Testing with WebDriver google test automation conference talk and …

python google-chrome selenium selenium-webdriver selenium-chromedriver
Selenium unexpectedly having issues

I have been using selenium now for a while on a number of projects. With code that was running I …

python google-chrome selenium selenium-webdriver selenium-chromedriver
WebDriver Chrome Browser: Avoid 'Do you want chrome to save your password' pop up

Every time my webdriver tests login into the application, 'Do you want chrome to save your password' pop up appears.. …

selenium selenium-webdriver selenium-rc selenium-chromedriver selenium-grid
ElementNotVisibleException when use headless Chrome browser

When I run test script in headless mode chrome browser, element link is not visible, is not able to do …

selenium selenium-chromedriver python-3.6 google-chrome-headless
Unable to locate elements on webpage with headless chrome

I have a script that's accessing printers, and my code works totally fine when chrome is run normally, but when …

python google-chrome selenium selenium-chromedriver google-chrome-headless