Top "Selenium-chromedriver" questions

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

How to set default download directory in selenium Chrome Capabilities?

Please find the below code with the chrome capabilities. In fact the browser is not downloading the file to the …

java selenium selenium-webdriver selenium-chromedriver
Selenium Webdriver in Python - files download directory change in Chrome preferences

I'm using Selenium Webdriver (in Python) to automate the downloading of thousands of files. I want to set Chrome's download …

python python-2.7 selenium-webdriver selenium-chromedriver
How to use Chrome Profile in Selenium Webdriver Python 3

So whenever I try to use my Chrome settings (the settings I use in the default browser) by adding options = …

python selenium google-chrome selenium-chromedriver chrome-profile
Take screenshot of full page with Selenium Python with chromedriver

After trying out various approaches... I have stumbled upon this page to take full-page screenshot with chromedriver, selenium and python. …

python selenium selenium-chromedriver webpage-screenshot
protractor/selenium "could not find chromedriver at" (on Windows)

I installed protractor following this tutorial and when i use webdriver-manager update it says: selenium standalone is up to date. …

windows angularjs selenium selenium-chromedriver protractor
How do I install ChromeDriver on Windows 10 and run Selenium tests with Chrome?

We have an Ubuntu server which we use for running Selenium tests with Chrome and Firefox (I installed ChromeDriver) and …

python selenium selenium-webdriver webdriver selenium-chromedriver
Running multiple Selenium tests at the same time

I would like to run multiple Selenium Tests (on a Jenkins server) at the same time. It currently runs only …

testing selenium selenium-chromedriver
Getting Chrome to launch via Selenium

Hi all I'm very new to this and am having issues getting an instance of a Chrome browser from selenium …

python selenium selenium-webdriver selenium-chromedriver