Skip to content

Commit

Permalink
Add puppeteer package 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalvarezz committed May 10, 2020
1 parent 933a329 commit 6b24324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puppeteer-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ module.exports = async (browser, context) => {
await page.type('.login__form input[type="password"]', 'muchsecret')
await page.click('.login__form button')
await page.waitForNavigation()
console.log('navigated.')
}

0 comments on commit 6b24324

Please sign in to comment.