Top "Webdriver" questions

WebDriver is an API for controlling web browsers, imitating a real user.

selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element:

I'm trying to automatically generate lots of users on the webpage kahoot.it using selenium to make them appear in …

selenium webdriver element
Selenium WebDriver how to close browser popup

I am writing tests for a web App using selenium webDriver and came across a scenario where when I try …

selenium webdriver
Selenium WebDriver - How to set Page Load Timeout using C#

I am using Selenium 2.20 WebDriver to create and manage a firefox browser with C#. To visit a page, i use …

c# selenium timeout webdriver wait
Selenium: FirefoxProfile exception Can't load the profile

Per this previous question I updated Selenium to version 2.0.1 But now I have another error, even when the profile files …

python firefox selenium selenium-webdriver webdriver
Is there a Selenium WebDriver available for the Microsoft Edge browser?

As of the date of this post the name "Microsoft Edge" has just been officially announced as the default browser …

selenium selenium-webdriver webdriver microsoft-edge selenium-edgedriver
How to fix Selenium WebDriverException: The browser appears to have exited before we could connect?

I have installed firefox and Xvfb on my centos6.4 server to use selenium webdriver. But, when I run the code, …

python selenium selenium-webdriver webdriver
How to send cookies with selenium webdriver?

Every time when I run my test first step is log in and than I get to desire page. If …

java selenium webdriver
Python selenium: wait until element is clickable - not working

I will test a web-app. there is a button available in my table to select all entries. I've tried: driver.…

python selenium selenium-webdriver webdriver click
Selenium Webdriver - click on hidden elements

I am trying to automate upload file functionality in Google Drive. The element used to pass parameters is hidden with …

selenium webdriver hidden-field
Best way to take screenshots of tests in Selenium 2?

I need a way to take screenshots of my functional tests. Right now I'm using Selenium 2 with C# bindings. I …

c# selenium screenshot functional-testing webdriver