Top "Selenium-chromedriver" questions

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

getText() method of selenium chrome driver sometimes returns an empty string

I have a curious case where the selenium chrome driver getText() method (java) returns an empty string for some elements, …

java selenium selenium-chromedriver
WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: 127

I'd like to construct my crawler using selenium on my server. Thus I had installed/download required dependencies- such as …

python google-chrome selenium selenium-webdriver selenium-chromedriver
Protractor webdriver-manager chromedriver update

There seems to be a issue with chromedriver 2.2 and the newest version of Chrome. This issue has to deal with …

protractor selenium-chromedriver webdriver-manager
Chrome Driver Error using Selenium: Unable to Discover Open Pages

I'm getting a Chrome Driver related error when running my Selenium tests. The error message is "Unable to Discover Open …

selenium selenium-chromedriver
Unknown error: Chrome failed to start: exited abnormally

I am getting this error when I run my tests with Selenium using chromedriver. selenium.common.exceptions.WebDriverException: Message: unknown …

python python-2.7 testing selenium-chromedriver
How to get HTML code of a WebElement in Selenium

I am new at testing so my apologies in advance if my question sounds a bit primary. I am using …

java selenium testing selenium-webdriver selenium-chromedriver
shared libraries libgconf-2.so.4 is missing

I want to install chromedriver in one of the AWS EC2 instance which is linux(Red Hat Enterprise Linux Server …

linux amazon-ec2 selenium-chromedriver rhel6
Chrome is being controlled by automated test software

I am running automated tests in Chrome with Serenity BDD (Selenium). I had to download a new ChromeDriver, because my …

java google-chrome selenium selenium-chromedriver serenity-bdd
How to load default profile in chrome using Python Selenium Webdriver?

So I'd like to open chrome with its default profile using pythons webdriver. I've tried everything I could find but …

python selenium-chromedriver
How to start ChromeDriver in headless mode

I want to try out headless chrome, but I am running into this issue, that I can't start the driver …

c# selenium selenium-chromedriver