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.
- Host: GitHub
- URL: https://github.com/automatedowl/puppeteer-pom-example
- Owner: AutomatedOwl
- Created: 2020-04-14T18:12:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T10:54:59.000Z (over 4 years ago)
- Last Synced: 2025-03-30T19:38:05.887Z (about 1 month ago)
- Topics: automation, babel, es6, javascript, nodejs, page-object-model, puppeteer, web-scraping, web-testing
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'.