Top "Selenium" questions

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

Refreshing web page by WebDriver when waiting for specific condition

I'm looking for more elegant way to refresh webpage during tests (I use Selenium2). I just send F5 key but …

selenium refresh webdriver selenium-webdriver
Webdriver Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

I have box where I run tests. It seems like Jenkins would ssh in and execute commands described in the …

firefox selenium jenkins x11 selenium-webdriver
How to select an item from a dropdown list using Selenium WebDriver with java?

How can I select an item from a drop down list like gender (eg male, female) using Selenium WebDriver with …

java selenium webdriver selenium-webdriver
How to select a drop-down menu value with Selenium using Python?

I need to select an element from a drop-down menu. For example: <select id="fruits01" class="select" name="fruits"&…

python selenium selenium-webdriver webdriver html-select
How to maximize the browser window in Selenium WebDriver (Selenium 2) using C#?

Is there any way to maximize the browser window using WebDriver (Selenium 2) with C#?

c# selenium selenium-webdriver
Switch tabs using Selenium WebDriver with Java

Using Selenium WebDriver with JAVA. I am trying to automate a functionality where I have to open a new tab …

java testing selenium automation selenium-webdriver
How to open a new tab using Selenium WebDriver?

How to open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2)?

selenium firefox selenium-webdriver browser-tab
Call a Class From another class

I want to call class2 from class1 but class2 doesn't have a main function to refer to like Class2.main(…

java class selenium selenium-webdriver call
How can I check if some text exist or not in the page using Selenium?

I'm using Selenium WebDriver, how can I check if some text exist or not in the page? Maybe someone recommend …

validation selenium webdriver assert
How can I select checkboxes using the Selenium Java WebDriver?

How can I check the checkboxes using an id or XPath expression? Is there a method similar to select by …

selenium webdriver selenium-webdriver xpath