puppeteer-abz4-neo
v1.0.1
Published
Submit site the form: https://abz4.typeform.com/to/mMRFLi
Readme
Filling of a form of the website: https://abz4.typeform.com/to/mMRFLi
This is sample how work with puppeteer.
Getting Started
Installation
To use puppeteer-abz4-neo in your project, run:
git clone https://github.com/neovav/puppeteer-abz4-neo
cd puppeteer-abz4-neo
npm iUsage
Execute script on the command line
node submit.jsParameters for script
- --email : email address. The Sample: [email protected]
- --dish : dish parameter from keywords list: ['Cake', 'Fish', 'Meat']
- --rain : rain parameter from keywords list: ['Yes', 'No']
- --date : date, format : YY/MM/YYYY
- --debug : parameter for enable debug mode
Execute script with additions parameters:
node submit.js --debug --email [email protected] --dish Cake --rain Yes --date 01/22/2008