https://github.com/xudafeng/webdriver-keycode
mapping between PUA and key for webdriver
https://github.com/xudafeng/webdriver-keycode
keycode webdriver
Last synced: 16 days ago
JSON representation
mapping between PUA and key for webdriver
- Host: GitHub
- URL: https://github.com/xudafeng/webdriver-keycode
- Owner: xudafeng
- Created: 2016-08-21T03:38:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T10:55:41.000Z (over 4 years ago)
- Last Synced: 2024-04-13T20:04:00.215Z (almost 2 years ago)
- Topics: keycode, webdriver
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdriver-keycode
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/webdriver-keycode.svg?style=flat-square
[npm-url]: https://npmjs.org/package/webdriver-keycode
[travis-image]: https://img.shields.io/travis/xudafeng/webdriver-keycode.svg
[travis-url]: https://travis-ci.org/xudafeng/webdriver-keycode
[coveralls-image]: https://img.shields.io/coveralls/xudafeng/webdriver-keycode.svg?
[coveralls-url]: https://coveralls.io/r/xudafeng/webdriver-keycode?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/webdriver-keycode.svg
[download-url]: https://npmjs.org/package/webdriver-keycode
> mapping between PUA and key for webdriver
## Installment
```bash
$ npm i webdriver-keycode --save-dev
```
## Contributors
|[
xudafeng](https://github.com/xudafeng)
|[
CodeToSurvive1](https://github.com/CodeToSurvive1)
|[
itestauipi](https://github.com/itestauipi)
|
| :---: | :---: | :---: |
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sun Jul 18 2021 11:35:13 GMT+0800`.
## License
The MIT License (MIT)