WebDriver is an API for controlling web browsers, imitating a real user.
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-waitI want to find the element of this link "us states" in <h5>. I am trying this in …
selenium webdriver css-selectors selenium-webdriverI was trying for my web test selecting an option. An example can be found here: http://www.tizag.com/…
c# webdriver selenium-webdriverI have the following code in a Selenium 2 Web Driver test which works when I am debugging but most of …
java selenium webdriver selenium-webdriverWhen I run Chrome browser using WebDriver, I am getting following message on console. Please let me know how to …
google-chrome webdriver selenium-chromedriverI have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden. Is it …
java selenium webdriver httprequest httpresponseI have a web application to test with Selenium. There is a lot of JavaScript running on page load. This …
java c# selenium selenium-webdriver webdriverI'm attempting to get the URL of the currently open page. I am using Selenium WebDriver and Java. I am …
java selenium webdriverI 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