https://github.com/w3c-webdriver/w3c-webdriver
W3C WebDriver JavaScript Client
https://github.com/w3c-webdriver/w3c-webdriver
client end-to-end-testing integration-testing javascript selenium webdriver
Last synced: 3 months ago
JSON representation
W3C WebDriver JavaScript Client
- Host: GitHub
- URL: https://github.com/w3c-webdriver/w3c-webdriver
- Owner: w3c-webdriver
- License: mit
- Created: 2017-03-30T11:24:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T19:54:41.000Z (over 3 years ago)
- Last Synced: 2025-06-25T19:52:42.618Z (4 months ago)
- Topics: client, end-to-end-testing, integration-testing, javascript, selenium, webdriver
- Language: TypeScript
- Homepage: https://mucsi96.gitbook.io/w3c-webdriver
- Size: 5.39 MB
- Stars: 34
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDriver client for JavaScript
[](https://badge.fury.io/js/w3c-webdriver)
[](https://github.com/w3c-webdriver/w3c-webdriver/actions?query=workflow%3ABuild+branch%3Amaster)
[](https://codecov.io/gh/w3c-webdriver/w3c-webdriver)
[](https://www.npmjs.com/package/w3c-webdriver)
[](https://github.com/w3c-webdriver/w3c-webdriver)JavaScript bindings that conform to the [W3C WebDriver standard](https://www.w3.org/TR/webdriver) for controlling web browsers.
## Features
- Minimalistic promise based REST client.
- One-to-one mapping to WebDriver API endpoints
- Written in TypeScript for type safety, autocomplete and IntelliSense documentation
- Full feature coverage over 55 WebDriver endpoints
- 100% test coverage in real browsers (Chrome, Firefox, Safari, Internet Explorer)
- Tested on Ubuntu, Windows and MacOS## [Documentation](https://mucsi96.gitbook.io/w3c-webdriver)