WebDriver | Selenium
https://github.com/seleniumhq/selenium 源码
https://www.nuget.org/packages/Selenium.WebDriver#versions-body-tab nuget
WebDriver drives a browser natively, learn more about it.
WebDriver drives a browser natively, as a user would, either locally or on a remote machine using the Selenium server, 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.
Getting started
If you are new to Selenium, we have a few resources that can help you get up to speed right away.
Driver Sessions
Supported Browsers
Waits
Web elements
Identifying and working with element objects in the DOM.
Browser interactions
Actions API
A low-level interface for providing virtualized device input actions to the web browser.
BiDirectional functionality
Support features
Support classes provide optional higher level features.
Troubleshooting Assistance
How to get manage WebDriver problems.
标签:WebDriver,level,get,Selenium,drives,browser From: https://www.cnblogs.com/chucklu/p/17222998.html