Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.44 KB

Readme.md

File metadata and controls

39 lines (26 loc) · 1.44 KB

📝 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