An open API service indexing awesome lists of open source software.

https://github.com/sw-tester/w3c-webdriver-api


https://github.com/sw-tester/w3c-webdriver-api

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# WebdriverAPI protocol reference

WebDriver is an API and protocol that defines a language-neutral interface for controlling the behaviour of web browsers. Each browser is backed by a specific WebDriver implementation, called a driver. The driver is the component responsible for delegating down to the browser, and handles communication to and from Selenium and the browser.