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

https://github.com/automatedowl/puppeteer-pom-example

Example of web automation using Page-Object-Model running on puppeteer library.
https://github.com/automatedowl/puppeteer-pom-example

automation babel es6 javascript nodejs page-object-model puppeteer web-scraping web-testing

Last synced: 3 days ago
JSON representation

Example of web automation using Page-Object-Model running on puppeteer library.

Awesome Lists containing this project

README

        

# puppeteer-pom-example

To run:

```
npm install
npm start
```

To run in headless mode, change the 'HEADLESS' value in .env file to 'true'.