1.0.1 • Published 5 years ago

puppeteer-abz4-neo v1.0.1

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
5 years ago

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 i

Usage

Execute script on the command line

node submit.js

Parameters for script

  • --email : email address. The Sample: zzz@yahoo.com
  • --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 aa2@a.com --dish Cake --rain Yes --date 01/22/2008