Top "Selenium" questions

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

Page scroll up or down in Selenium WebDriver (Selenium 2) using java

I have written the following code in Selenium 1 (a.k.a Selenium RC) for page scrolling using java: selenium.getEval("…

java selenium selenium-webdriver scroll selenium-rc
Error message: "'chromedriver' executable needs to be available in the path"

I am using selenium with python and have downloaded the chromedriver for my windows computer from this site: http://chromedriver.…

python selenium selenium-chromedriver
Wait until page is loaded with Selenium WebDriver for Python

I want to scrape all the data of a page implemented by a infinite scroll. The following python code works. …

python selenium execute-script
How to perform mouseover function in Selenium WebDriver using Java?

I want to do mouseover function over a drop down menu. When we hover over the menu, it will show …

java selenium selenium-webdriver mouseover
Selenium C# WebDriver: Wait until element is present

I want to make sure that an element is present before the webdriver starts doing stuff. I'm trying to get …

c# selenium selenium-webdriver webdriver automated-tests
Selenium wait until document is ready

Can anyone let me how can I make selenium wait until the time the page loads completely? I want something …

selenium load document wait
How to switch to the new browser window, which opens after click on the button?

I have situation, when click on button opens the new browser window with search results. Is there any way to …

java selenium selenium-webdriver webdriver new-window
Test if element is present using Selenium WebDriver?

Is there a way how to test if an element is present? Any findElement method would end in an exception, …

java selenium selenium-webdriver
Is there a way to get element by XPath using JavaScript in Selenium WebDriver?

I am looking for something like: getElementByXpath(//html[1]/body[1]/div[1]).innerHTML I need to get the innerHTML of elements using …

javascript selenium selenium-webdriver xpath document.evaluate