Top "Selenium" questions

Selenium is a popular open-source tool for automating web browsers.

How to wait until an element is present in Selenium?

I'm trying to make Selenium wait for an element that is dynamically added to the DOM after page load. Tried …

java selenium selenium-webdriver wait predicate
Selenium WebDriver.get(url) does not open the URL

from selenium import webdriver from selenium.common.exceptions import TimeoutException from selenium.webdriver.support.ui import WebDriverWait # available since 2.4.0 import …

selenium webdriver
How do you tell if a checkbox is selected in Selenium for Java?

I am using Selenium in Java to test the checking of a checkbox in a webapp. Here's the code: private …

java selenium attributes checkbox nullpointerexception
How to install Selenium WebDriver on Mac OS

How to install Selenium WebDriver on Mac OS X 10.7.5 supporting Chrome, Firefox and safari ? What I have to set, where …

macos selenium
How to click a href link using Selenium

I have a html href link <a href="/docs/configuration">App Configuration</a> using Selenium I …

java selenium xpath css-selectors webdriverwait
How to use XPath preceding-sibling correctly

I am writing tests for my site using Selenium IDE and I am having trouble with having selenium click on …

selenium xpath selenium-ide
Selenium using Java - The path to the driver executable must be set by the webdriver.gecko.driver system property

I am trying to launch Mozilla but still I am getting this error: Exception in thread "main" java.lang.IllegalStateException: …

java selenium firefox
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
Where to find 64 bit version of chromedriver.exe for Selenium WebDriver?

Can anybody tell where I can find 64 bit version of chromedriver.exe? I tried it with 32bit also but it …

selenium selenium-webdriver selenium-chromedriver
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