Created
July 19, 2022 13:15
-
-
Save ajaykarthikr/77923b8aac4810bbaa0e29655dc818f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
if(!req.query?.url) | |
throw Error("Url not present in query") | |
await page.goto(req.query.url); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment