Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 775 Bytes

File metadata and controls

27 lines (19 loc) · 775 Bytes
title linkTitle weight description aliases
WebDriver
WebDriver
2
WebDriver drives a browser natively; learn more about it.
/documentation/en/webdriver/

WebDriver drives a browser natively, as a user would, either locally or on a remote machine using the Selenium server. It marks a leap forward in terms of browser automation.

Selenium WebDriver refers to both the language bindings and the implementations of the individual browser controlling code. This is commonly referred to as just WebDriver.

Selenium WebDriver is a W3C Recommendation

  • WebDriver is designed as a simple and more concise programming interface.

  • WebDriver is a compact object-oriented API.

  • It drives the browser effectively.