https://github.com/sw-tester/w3c-webdriver-api
https://github.com/sw-tester/w3c-webdriver-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sw-tester/w3c-webdriver-api
- Owner: sw-tester
- Created: 2023-04-22T04:41:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T04:45:11.000Z (about 2 years ago)
- Last Synced: 2025-01-12T19:44:54.387Z (6 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.