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

https://github.com/peterdee/selenium-node

Testing Selenium with Node
https://github.com/peterdee/selenium-node

automation node selenium

Last synced: about 2 months ago
JSON representation

Testing Selenium with Node

Awesome Lists containing this project

README

          

## Selenium auto-testing with Node

### Deploy

```shell script
git clone selenium-node
cd ./selenium-node
nvm use 14
npm i
```

### Run

```shell script
node ./index.js
```

### License

MIT