Skip to content

An example for using JavaScript and Selenium for automation 🔥 🚀 🍸

Notifications You must be signed in to change notification settings

DDCSLearning/seleniumExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Author

🌐 Click SPAM checkboxes on meetup.com with automation framework Selenium

App Progress Status


An example for using the testing framework Selenium and it's webdriver in another way


What it does:

gif

Article on Github

Check out my post on Medium or Hashnode

How to use it yourself

  1. clone repo
  2. yarn install
  3. add a file with your credentials, like:
exports.cred = {
	user: 'XXX',
	pass: 'XXX'
};
  1. node index.js
  2. enjoy 🍸 🚀

Demo on Youtube:

screenshot

About

An example for using JavaScript and Selenium for automation 🔥 🚀 🍸

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%