Top "Webdriver" questions

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

Difference between webdriver.get() and webdriver.navigate()

What is the difference between get() and navigate() methods? Does any of this or maybe another method waits for page …

java webdriver selenium-webdriver time-wait
Need to find element in selenium by css

I want to find the element of this link "us states" in <h5>. I am trying this in …

selenium webdriver css-selectors selenium-webdriver
How to select an option from drop down using Selenium WebDriver C#?

I was trying for my web test selecting an option. An example can be found here: http://www.tizag.com/…

c# webdriver selenium-webdriver
Selenium WebDriver How to Resolve Stale Element Reference Exception?

I have the following code in a Selenium 2 Web Driver test which works when I am debugging but most of …

java selenium webdriver selenium-webdriver
Checking if element exists with Python Selenium

I have a problem - I am using the selenium (firefox) web driver to open a webpage, click a few …

python html selenium webdriver
How to get HTTP Response Code using Selenium WebDriver

I have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden. Is it …

java selenium webdriver httprequest httpresponse
Selenium WebDriver: Wait for complex page with JavaScript to load

I have a web application to test with Selenium. There is a lot of JavaScript running on page load. This …

java c# selenium selenium-webdriver webdriver
Getting the URL of the current page using Selenium WebDriver

I'm attempting to get the URL of the currently open page. I am using Selenium WebDriver and Java. I am …

java selenium webdriver
Selenium Web Driver & Java. Element is not clickable at point (x, y). Other element would receive the click

I used explicit waits and I have the warning: org.openqa.selenium.WebDriverException: Element is not clickable at point (36, 72). Other …

java selenium selenium-webdriver webdriver