Top "Selenium" questions

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

Checking if element exists with Python Selenium

I have a problem - I am using the selenium (firefox) web driver to open a webpage, click a few …

python html selenium webdriver
selenium - chromedriver executable needs to be in PATH

Error message: 'chromedriver' executable needs to be in PATH I was trying to code a script using selenium in pycharm, …

python selenium selenium-chromedriver
Select parent element of known element in Selenium

I have a certain element that I can select with Selenium 1. Unfortunately I need to click the parent element to …

select xpath selenium parent
How to get HTTP Response Code using Selenium WebDriver

I have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden. Is it …

java selenium webdriver httprequest httpresponse
Python Selenium Chrome Webdriver

I'm beginning the automate the boring stuff book and I'm trying to open a chrome web browser through python. I …

python selenium selenium-chromedriver
Selenium WebDriver: Wait for complex page with JavaScript to load

I have a web application to test with Selenium. There is a lot of JavaScript running on page load. This …

java c# selenium selenium-webdriver webdriver
Getting the URL of the current page using Selenium WebDriver

I'm attempting to get the URL of the currently open page. I am using Selenium WebDriver and Java. I am …

java selenium webdriver
Selenium Web Driver & Java. Element is not clickable at point (x, y). Other element would receive the click

I used explicit waits and I have the warning: org.openqa.selenium.WebDriverException: Element is not clickable at point (36, 72). Other …

java selenium selenium-webdriver webdriver
Equivalent of waitForVisible/waitForElementPresent in Selenium WebDriver tests using Java?

With "HTML" Selenium tests (created with Selenium IDE or manually), you can use some very handy commands like WaitForElementPresent or …

java selenium webdriver selenium-webdriver selenium-ide
How to get attribute of element from Selenium?

I'm working with Selenium in Python. I would like to get the .val() of a <select> element and …

python selenium selenium-webdriver webdriver getattribute