Top "Webdriver" questions

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

Selenium C# Webdriver How to detect if element is visible

Is there a way in the latest version of Selenium DotNet Webdriver (2.22.0) to check to see if an element is …

selenium webdriver visibility visible
function for switching frames in python, selenium

I'm looking for a function that makes it easier to switch between two frames. Right now, every time I need …

python selenium webdriver frame
Maximize WebDriver (Selenium 2) in Python

I'm attempting to write a simple script that checks if I have any gmail emails labeled SOMETHING and then opens …

python selenium selenium-webdriver webdriver maximize
Selenium WebDriver - determine if element is clickable (i.e. not obscured by dojo modal lightbox)

I write automated scripts for testing web applications that are very heavy on ajax. For example, a modal dialog is …

ajax selenium dojo webdriver
Specifying custom screen resolution in Selenium tests

As mentioned in the below blog, we can modify screen resolution during selenium test runs. http://blog.testingbot.com/2013/03/15/screen-resolution-option-now-available-for-all-selenium-tests …

java selenium webdriver screen-resolution
Selenium 2: Open link in new tab and close tabs

I want to be able to open a link in a new tab in Selenium 2. Also i want to close …

java webdriver firefox4 selenium-webdriver browser-tab
Check if element exists python selenium

I'm trying to locate element by element=driver.find_element_by_partial_link_text("text") in Python selenium and the …

python selenium selenium-webdriver webdriver ui-automation
Protractor in STS IDE -> Could not find update-config.json

Currently I have Protractor v.5.1.1, Node.js v.6.10.0 All protractor tests work in window console but when I try to …

javascript json protractor webdriver webdriver-manager
WebDriverException Element must be user-editable in order to clear it

I am trying to run test cases to perform reset password and I am facing this issue. WebDriverException Element must …

selenium webdriver selenium-chromedriver chrome-web-driver fluentlenium
How to execute Selenium Chrome WebDriver in silent mode?

When using Chrome Selenium-WebDriver, it will output diagnostic output when the servers are started: Started ChromeDriver (v2.0) on port 9515 I …

c# selenium webdriver selenium-webdriver selenium-chromedriver