Top "Selenium-webdriver" questions

Selenium WebDriver provides the WebDriver API for controlling browsers in different programming languages ("language bindings"). When using this tag, also add a tag for the programming language you are using.

Alert handling in Selenium WebDriver (selenium 2) with Java

I want to detect whether an alert is popped up or not. Currently I am using the following code: try { …

java selenium selenium-webdriver popup alert
Can Selenium interact with an existing browser session?

Does anybody know if Selenium (WebDriver preferably) is able to communicate with and act through a browser that is already …

selenium selenium-webdriver webdriver communication
Not able to launch IE browser using Selenium2 (Webdriver) with Java

I'm not able to launch IE browser to run my selenium automated tests written in Java. I'm using Windows 7 and …

java internet-explorer selenium-webdriver
release Selenium chromedriver.exe from memory

I set up a python code to run Selenium chromedriver.exe. At the end of the run I have browser.…

selenium selenium-webdriver selenium-chromedriver
How to use regex in XPath "contains" function

I would like to match the following text sometext12345_text using the below regex. I'm using this in one of …

regex xpath selenium-webdriver contains
Running Selenium Webdriver with a proxy in Python

I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the …

python selenium proxy selenium-webdriver selenium-ide
How to get selected option using Selenium WebDriver with Java

I want to get the selected label or value of a drop down using Selenium WebDriver and then print it …

java selenium selenium-webdriver webdriver junit4
Selenium Webdriver submit() vs click()

Let's say I have an input in a form (looks like a button and interacts like a button) which generates …

java selenium internet-explorer selenium-webdriver submit
How to handle login pop up window using Selenium WebDriver?

How to handle the login pop up window using Selenium Webdriver? I have attached the sample screen here. How can …

selenium-webdriver popup alert
Xpath for href element

I need to click on the below href element,which is present among similar href elements. <a id="oldcontent" …

selenium selenium-rc selenium-webdriver xpath