Top "Selenium-chromedriver" questions

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

Chromedriver error "Chrome version must be >= 52" using Nightwatch

I'm trying to setup Nightwatch, and am using the latest chromedriver which says it supports chrome v52-54. BUT, when …

selenium selenium-webdriver selenium-chromedriver nightwatch.js
WebDriver remove element from page

I'm using Selenium WebDriver(ChromeDriver). I need to remove some elements from page after processing(from DOM model). For example …

java selenium-webdriver selenium-chromedriver
How to set window size in Selenium Chrome Python

The following code to resize a selenium chrome window does not work: driver.set_window_size(1920, 1080) time.sleep(5) size = driver.…

python selenium google-chrome selenium-chromedriver google-chrome-headless
How to disable 'This type of file can harm your computer' pop up

I'm using selenium chromedriver for automating web application. In my application, I need to download xml files. But when I …

selenium selenium-chromedriver
How to get the localStorage with Python and Selenium WebDriver

What's the equivalent of: driver.get_cookies() to get the LocalStorage instead of Сookies?

python selenium selenium-webdriver local-storage selenium-chromedriver
Headless chrome + ignore-certificate-errors

I need to get headless chrome to ignore certificate errors. The option is ignored when running in headless mode, and …

java google-chrome selenium google-chrome-devtools selenium-chromedriver
How to write xpath based on element's text in Robot Framework?

I am using the Robot Framework and Selenium2Library The button has a text of "Save" and there is nothing …

selenium xpath selenium-chromedriver robotframework selenium2library
node.js complaining that "The ChromeDriver could not be found on the current PATH" even though chromedriver is on the path

I’m using node 5.10.0 on Linux. Having some issues running my script, which are displayed below [davea@mydevbox mydir]$ node …

linux node.js path selenium-chromedriver
Selenium chrome driver socks proxy configuration

I am having troubles in setting socks proxy for chrome driver Proxy proxy = new Proxy(); proxy.setProxyType(Proxy.ProxyType.MANUAL); …

selenium configuration proxy socks selenium-chromedriver
How to use authenticated proxy in selenium chromedriver?

After searching for many hours I am starting to think this is impossible. I need to run Chrome through selenium …

python google-chrome selenium selenium-chromedriver