An example for using the testing framework Selenium and it's webdriver in another way
Article on Github
Check out my post on Medium or Hashnode
- clone repo
 - yarn install
 - add a file with your credentials, like:
 
exports.cred = {
	user: 'XXX',
	pass: 'XXX'
};- node index.js
 - enjoy ๐ธ ๐
 

