-
-
Save omisolaidowu/3410a46bbfb727e831879404cef5b13e to your computer and use it in GitHub Desktop.
Visit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async () => { | |
// ... | |
// visit CreepJS | |
await page.goto('https://abrahamjuliot.github.io/creepjs/'); | |
// use setTimeout to wait for the page to load | |
await new Promise(resolve => setTimeout(resolve, 100000)); | |
await browser.close(); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment