Top "Chrome-web-driver" questions

WebDriver is an open source tool for automated testing of webapps across many browsers.

ChromeDriver error "unknown error: cannot get automation extension"

Since the 7th of February all my tests are failing with the same error; the log entry reads: RESPONSE MaximizeWindow …

selenium-webdriver chrome-web-driver
ChromeWebDriver - unknown error: Chrome failed to start: crashed

I'm trying to test my application on Chrome with ChromeWebDriver but every time I try I get following exception: org.…

google-chrome selenium chrome-web-driver
WebDriverException Element must be user-editable in order to clear it

I am trying to run test cases to perform reset password and I am facing this issue. WebDriverException Element must …

selenium webdriver selenium-chromedriver chrome-web-driver fluentlenium
Webdriver exception: "chrome not reachable"

I am running selenium test cases in a ubuntu server which basically runs testcases in both firefox and chrome. Firefox …

selenium-webdriver docker webdriver selenium-chromedriver chrome-web-driver
Download MP4 file instead of playing it using ChromeDriver?

I'm using Chrome Web Driver 2.10 chromedriver_win32.zip with Selenium WebDriver 2.31.2. With verbose logging enabled it seems the DesiredCapabilities (https://…

google-chrome selenium selenium-webdriver chrome-web-driver
selenium.common.exceptions.WebDriverException: Message: chrome not reachable error while using find_element_by_id Selenium with ChromeDriver

Here is the html code: < input class="form-control input-lg input auto-complete" id="ymMsgInput" type="text" placeholder="Type your message ..." …

python selenium selenium-webdriver chrome-web-driver
Wait for a particular URL in selenium

I have the requirement of waiting for a particular URL in website automation using Selenium in Chrome browser. The user …

c# vb.net selenium webautomation chrome-web-driver
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
Selenium: Runtime.executionContextCreated has invalid 'context':

I looked the similar question here Protractor / Selenium Webdriver : Runtime.executionContextCreated has invalid 'context' and here BUG-1473, but I cannot …

python macos selenium automated-tests chrome-web-driver