Top "Webdriver" questions

WebDriver is an API for controlling web browsers, imitating a real user.

Click() method will not always work

I have a problem with my tests in Selenium WebDriver. The Click event not always works when a program tries …

java selenium webdriver
org.openqa.selenium.NoSuchElementException: no such element

Running Selenium WebDriver 2.37.1 I'm receiving an intermittent problem when running a test and receive the following error: org.openqa.selenium.…

selenium webdriver nosuchelementexception
How to get entered text from a textbox in selenium

I enter a value in TextBox or a Combobox, and would like to retrieve the value I have just entered. …

selenium junit grid webdriver testng
How to hide Firefox window (Selenium WebDriver)?

When I execute multiple test simultaneously, i don't want to keep Firefox browser window visible.. I can minimize it using …

python selenium firefox webdriver
ChromeDriver does not exist in Selenium WebDriver C# test script

I have come across a few people with the same issue that seemed to have solved the problem with System.…

c# .net webdriver selenium-webdriver
How to get all descendants of an element using webdriver?

There is this element which has child elements, those child elements again have child elements and so on. I would …

java collections selenium webdriver
WebDriver cannot be resolved to a type FirefoxDriver cannot be resolved to a type

I found a similar error as mine on stackoverflow and added selenium webdriver jar files to the project using the …

webdriver selenium-firefoxdriver
How does Selenium WebDriver's isDisplayed() method work

I currently have a large number of circumstances where I need to verify that a page (along with all of …

selenium webdriver selenium-webdriver
How to set default browser window size in Protractor/WebdriverJS

For some reason when I run my tests at work the browser is maximized, but when I run them at …

javascript angularjs selenium-webdriver webdriver protractor