master
Matthew Huntington 2 years ago
parent 3f106fafec
commit 4a1a4a0205

@ -5,7 +5,7 @@ const delay = (ms) => {
});
}
const main = async ()=> {
const login = async ()=> {
const driver = await new selenium.Builder().forBrowser('chrome').build();
await driver.get('https://outcomes.generalassemb.ly/');
@ -38,4 +38,4 @@ const main = async ()=> {
element[1].click();
}
main();
login();

Loading…
Cancel
Save