diff --git a/index.js b/index.js index f615971..fd21c16 100644 --- a/index.js +++ b/index.js @@ -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();