Top "Webdriver" questions

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

Websdriver - sendKeys command is not typing on Password type field

I am trying to learn selenium webdriver automation but I am finding that the sendKeys command is not typing on …

selenium webdriver sendkeys
WebDriver PageFactory Find Elements List

I have multiple elements on a page and I would like to initialize them using PageFactory. I have tried using …

java selenium-webdriver webdriver pageobjects
set chrome options with remote driver

So there's a nice long list of switches that can be passed to the chromedriver. I would like to use …

python selenium webdriver selenium-chromedriver
How to write my own customize locator for Selenium webdriver in java?

I want to write my own locator to access the elements. WebDriver’s API offers currently eight locators allowing to …

java selenium webdriver selenium-webdriver browser-automation
how to change user agent in selenium with .net

I want to test a web app written in .NET with different agents (iPhone, iPad, Android), I'm using NUnit for …

.net selenium webdriver selenium-webdriver user-agent
What is the difference between Selenium's Remote Control vs WebDriver?

I'm not sure I quite understand the difference. WebDriver API also directly controls the browser of choice. When should you …

selenium webdriver hudson-plugins
Cucumber and Capybara, clicking a non-link or button element

I am trying to test an inplace editor using Cucumber/Capybara/Selenium stack, but my problem is that the editor …

selenium cucumber integration-testing webdriver capybara
Test dynamically loaded content with Selenium Web Driver

I am working on a system that has a web based frontend that I am testing with Selenium. On one …

selenium webdriver selenium-webdriver gui-testing
Protractor - Wait for async promise before doing next

First of all, I've already checked various post and blogs concerning that point and I still can't figure out how …

selenium-webdriver webdriver promise protractor angularjs-e2e
Set up a real timeout for loading page in Selenium WebDriver?

I'm testing a site with lots of proxies, and the problem is some of those proxies are awfully slow. Therefore …

python selenium webdriver selenium-webdriver wait