Skip to content

Test automation scripts written in Puppeteer, a Node.js library

License

Notifications You must be signed in to change notification settings

amitsarkar007/Puppeteer-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppeteer Automation

Using Puppeteer for browser automation.

Software needed for script execution

Programming language used

Node package needed for script execution

  • Puppeteer - Install in the directory where the code is present
    npm install puppeteer
    

How to execute

  • Type the following in your terminal if you are executing the code from the folder in which the script exists
    node <filename>
    
  • Type the following in your terminal if you are executing the code from the folder in which the script doesn't exist
    node <full file path with filename>
    

Syntax help

Puppeteer documentation

About

Test automation scripts written in Puppeteer, a Node.js library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published