Top "Selenium-chromedriver" questions

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

ChromeDriver showing Lost UI Shared Context

I have a Windows 10 laptop running a Windows 7 Virtual Machine. Inside the Virtual Machine, when i start the WebDriver, it …

c# selenium selenium-webdriver selenium-chromedriver chrome-web-driver
How to slow down the speed of send_keys action in a selenium script using python?

I am currently creating a selenium script in python. I need to enter something in a text box using send_…

python-3.x selenium selenium-chromedriver sendkeys
How to make chromedriver undetectable

This is my first Stack Overflow question so please bear with me. I have read this SO question, which lead …

java selenium selenium-chromedriver
Download file through Google Chrome in headless mode

I'm do me code in Cromedrive in 'normal' mode and works fine. When I change to headless mode it don't …

python selenium google-chrome selenium-chromedriver google-chrome-headless
Disable chrome download multiple files confirmation

I developed a crawler with ruby watir-webdriver that downloads some files from a page. My problem is that when I …

google-chrome google-chrome-extension watir watir-webdriver selenium-chromedriver
How to log in to Chrome with Selenium?

I am testing a Chrome extension which requires the user to be logged in to use, but I cannot figure …

google-chrome selenium google-chrome-extension selenium-chromedriver google-account
Nightwatch - Use chromedriver

So i saw a similar question on stack here but it did not have an accepted answer nor did it …

selenium-chromedriver nightwatch.js
Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: cannot get automation extension

I am trying to login page using below script but while maximize window it shows me below error. Exception in …

java selenium selenium-chromedriver maximize-window
How to reuse a selenium browser session

I'm trying to access an existing selenium browser session from a separate python process. I'm able to get this working …

python python-3.x selenium selenium-chromedriver selenium-rc