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.
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 alertDoes anybody know if Selenium (WebDriver preferably) is able to communicate with and act through a browser that is already …
selenium selenium-webdriver webdriver communicationI'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-webdriverI set up a python code to run Selenium chromedriver.exe. At the end of the run I have browser.…
selenium selenium-webdriver selenium-chromedriverI would like to match the following text sometext12345_text using the below regex. I'm using this in one of …
regex xpath selenium-webdriver containsI 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-ideI want to get the selected label or value of a drop down using Selenium WebDriver and then print it …
java selenium selenium-webdriver webdriver junit4Let'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 submitHow to handle the login pop up window using Selenium Webdriver? I have attached the sample screen here. How can …
selenium-webdriver popup alertI need to click on the below href element,which is present among similar href elements. <a id="oldcontent" …
selenium selenium-rc selenium-webdriver xpath