Created
August 20, 2018 21:27
-
-
Save tristansokol/a84f0f8e5eef2de616b9e4dc9e7fa8d2 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
const page = await browser.newPage(); | |
page.reload(); | |
page.setExtraHTTPHeaders({}); | |
page.setRequestInterception(value) | |
page.setJavaScriptEnabled(enabled) | |
page.setOfflineMode(enabled) | |
page.setViewport(viewport) | |
page.setUserAgent(userAgent) | |
page.emulate(options) | |
page.close(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment