Top "Selenium" questions

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

python selenium click on button

I am quite new to python selenium and I am trying to click on a button which has the following …

python selenium selenium-webdriver onclick click
Running Selenium WebDriver python bindings in chrome

I ran into a problem while working with Selenium. For my project, I have to use Chrome. However, I can't …

python linux google-chrome selenium automated-tests
How can I scroll a web page using selenium webdriver in python?

I am currently using selenium webdriver to parse through facebook user friends page and extract all ids from the AJAX …

python selenium selenium-webdriver automated-tests
How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug?

How can I verify my XPath? I am using Chrome Developers tool to inspect the elements and form my XPath. …

google-chrome firefox selenium xpath selenium-webdriver
Can Selenium WebDriver open browser windows silently in the background?

I have a Selenium test suite that runs many tests and on each new test it opens a browser window …

selenium selenium-webdriver webdriver selenium-grid
ImportError: No module named 'selenium'

I'm trying to write a script to check a website. It's the first time I'm using selenium. I'm trying to …

python macos selenium module webdriver
How to get text with Selenium WebDriver in Python

I'm trying to get text using Selenium WebDriver and here is my code. Please note that I don't want to …

python selenium
Set value of input instead of sendKeys() - Selenium WebDriver nodejs

I have a long string to test and sendKeys() takes too long. When I tried to set the value of …

javascript node.js selenium selenium-webdriver
How to check if an element is visible with WebDriver

With WebDriver from Selenium 2.0a2 I am having trouble checking if an element is visible. WebDriver.findElement returns a WebElement, …

java selenium webdriver
Using Selenium Web Driver to retrieve value of a HTML input

In the HTML of a webapp there is the following code <input type="text" name="prettyTime" id="prettyTime" class="…

java selenium selenium-webdriver