Top "Selenium" questions

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

Click in OK button inside an Alert (Selenium IDE)

I need to click the 'Ok' button inside an alert window with a Selenium command. I've tried assertAlert or verifyAlert …

selenium alert selenium-ide
How to make Firefox headless programmatically in Selenium with Python?

I am running this code with python, selenium, and firefox but still get 'head' version of firefox: binary = FirefoxBinary('C:\\…

python python-3.x selenium selenium-webdriver firefox-headless
How to Maximize window in chrome using webDriver (python)

Is there a way to maximize the chrome browser window using python selenium WebDriver? Note: I am using Chrome Driver 23.0 …

python selenium selenium-chromedriver
Locating child nodes of WebElements in selenium

I am using selenium to test my web application and I can successfully find tags using By.xpath. However now …

java selenium xpath webdriver
Only local connections are allowed Chrome and Selenium webdriver

I am using Chrome webdriver 2.23 & Selenium 2.53.1. I have tried a lot, but could not get it fixed. Whenever I …

selenium selenium-webdriver selenium-chromedriver
how to delete default values in text field using selenium?

I want to delete a default value of a textbox to enter the new value, but I am not getting …

selenium automation selenium-rc
Find element by attribute

I am trying to find an element with Attribute. Well, I can find elements with Id, tagName, Xpath and all …

java selenium selenium-webdriver
How to switch to new window in Selenium for Python?

I am working on selenium automation project using Python. I am facing an issue, which is handling multiple browser windows. …

python selenium onclick webdriver ui-automation