Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://www.seleniumhq.org/docs/03_webdriver.jsp" rel="nofollow noreferrer">Selenium-Webdriver</a> is an API framework that allows communication and control of most web browsers. WebDriver, as it is often called, focuses mostly on user interaction, preventing actions a typical "user" would not be able to do (e.g. setting element values directly and interacting with elements that are hidden by menus or are <code>display: none</code>). However, it does allow direct JavaScript interaction, allowing development even in those areas.</p> <p>WebDriver has gained popularity due to its support for almost all major browsers, its availability for many popular development languages, and its active development and support of the core framework.</p> <p>Latest version of the <a href="https://w3c.github.io/webdriver/" rel="nofollow noreferrer">W3C WebDriver spec</a>.</p> <p>Selenium-webdriver currently supports the following drivers: </p> <ul> <li><a href="http://selendroid.io/" rel="nofollow noreferrer">Android</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver" rel="nofollow noreferrer">Chrome</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/wiki/FirefoxDriver" rel="nofollow noreferrer">Firefox</a></li> <li><a href="https://github.com/SeleniumHQ/htmlunit-driver" rel="nofollow noreferrer">HtmlUnit</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver" rel="nofollow noreferrer">Internet Explorer</a></li> <li><a href="https://docs.microsoft.com/en-us/microsoft-edge/dev-guide/tools/webdriver" rel="nofollow noreferrer">Microsoft Edge</a></li> <li><a href="https://github.com/operasoftware/operachromiumdriver" rel="nofollow noreferrer">Opera</a></li> <li><a href="https://github.com/detro/ghostdriver/blob/master/binding/java/src/main/java/org/openqa/selenium/phantomjs/PhantomJSDriver.java" rel="nofollow noreferrer">PhantomJS</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/wiki/SafariDriver" rel="nofollow noreferrer">Safari</a></li> </ul> <p><strong>Related tags :</strong></p> <ul> <li><a href="/questions/tagged/selenium-chromedriver" class="post-tag" title="show questions tagged &#39;selenium-chromedriver&#39;" rel="tag">selenium-chromedriver</a></li> <li><a href="/questions/tagged/selenium-firefoxdriver" class="post-tag" title="show questions tagged &#39;selenium-firefoxdriver&#39;" rel="tag">selenium-firefoxdriver</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload