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

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

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)