Skip to content

Commit

Permalink
Update rewards.js
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaresat authored Sep 5, 2020
1 parent fb1003f commit ef02c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rewards.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else{
num = 35;
}
console.log('Currently Logging You In!')
const browser = await puppeteer.launch({headless: false} );
const browser = await puppeteer.launch();
const page = await browser.newPage();
await page.goto('https://login.live.com/login.srf?wa=wsignin1.0&rpsnv=13&ct=1593542743&rver=6.7.6631.0&wp=MBI_SSL&wreply=https%3a%2f%2fwww.bing.com%2fsecure%2fPassport.aspx%3frequrl%3dhttps%253a%252f%252fwww.bing.com%252fsearch%253fq%253daaaa%2526go%253dSearch%2526qs%253dds%2526form%253dQBRE%2526wlsso%253d1%2526wlexpsignin%253d1%26sig%3d1EB29EC896D9682B3684903197676976&lc=1033&id=264960&CSRFToken=0fac2379-af43-43a7-9152-fc72ff38f12b&aadredir=1')
await page.waitForSelector('#i0116')
Expand All @@ -68,5 +68,5 @@ else{
console.log('Done with the work!')
await browser.close()

}, 25000)
}, 20000)

0 comments on commit ef02c4f

Please sign in to comment.