Top "Selenium" questions

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

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
How do I set the selenium webdriver get timeout?

When I am using a proxy in webdriver like FirefoxDriver, if the proxy is bad then the get method will …

java selenium webdriver
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
Running javascript in Selenium using Python

I am totally new to Selenium. I want to execute a javascript snippet in the following code(as commented in …

javascript python selenium
Open web in new tab Selenium + Python

So I am trying to open websites on new tabs inside my WebDriver. I want to do this, because opening …

python selenium webdriver phantomjs
How to select specified node within Xpath node sets by index with Selenium?

I'm writing a Selenium testcase. And here's the xpath expression I use to match all 'Modify' buttons within a data …

xpath selenium
How to save and load cookies using Python + Selenium WebDriver

How can I save all cookies in Python's Selenium WebDriver to a txt-file, then load them later? The documentation doesn't …

python python-2.7 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
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 check if an alert exists using WebDriver?

I need to check the existence of Alert in WebDriver. Sometimes it pops up an alert but sometimes it will …

selenium webdriver alert