After cloning this project, run
npm install
which will install the necessary dependencies for your project.
Next step, open the code with your desired code editor and run the index.html file if you want to use the local url, but I have included a hosted domain.
If you want, you can replace the url on line 13
in the index.js
while line 15
in the signup.js
file with your desired url.
You can change the check that I am using to determine a successful action to what your url has, but if you are using my default url, you are good to go.
Once you are done, run node index.js
or node signup.js
.
Watch your terminal for the output.
Added to this code is also a code for you to take screenshot of website or or generate pdf from the website.
Create a sepreate folder called images, all the screenshots will be saved into the folder when you run the batch.js
file.