Top "Selenium" questions

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

Class has been compiled by a more recent version of the Java Environment

While running selenium script, I am getting the following error message in Eclipse console: Class has been compiled by a …

java eclipse selenium firefox java-8
Selenium IDE - Command to wait for 5 seconds

I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want …

selenium selenium-ide
Error: org.testng.TestNGException: Cannot find class in classpath: EmpClass

When i'm trying to run the test suite, am getting this exception. We are using maven project here and i …

java selenium selenium-webdriver testng
Can a website detect when you are using selenium with chromedriver?

I've been testing out Selenium with Chromedriver and I noticed that some pages can detect that you're using Selenium even …

javascript python google-chrome selenium selenium-chromedriver
Clear text from textarea with selenium

I've got some tests where I'm checking that the proper error message appears when text in certain fields are invalid. …

python selenium selenium-webdriver
How to select/get drop down option in Selenium 2

I am converting my selenium 1 code to selenium 2 and can't find any easy way to select a label in a …

java selenium drop-down-menu selenium-webdriver
Using XPATH to search text containing  

I use XPather Browser to check my XPATH expressions on an HTML page. My end goal is to use these …

xml search xpath selenium
Pressing Ctrl+A in Selenium WebDriver

I need to press Ctrl+A keys using Selenium WebDriver. Is there any way to do it? I checked the …

ruby selenium selenium-webdriver keypress
How do I get current URL in Selenium Webdriver 2 Python?

I'm trying to get the current url after a series of navigations in Selenium. I know there's a command called …

python selenium selenium-webdriver