externalExtraBrowserContextOptions
Index
Properties
externaloptionaldefaultNavigationTimeout
Changes the default maximum navigation time for the browser context used by BrowseTheWebWithPlaywright
Learn more
externaloptionaldefaultNavigationWaitUntil
When to consider navigation operation succeeded, defaults to load
. Events can be either:
'domcontentloaded'
- consider operation to be finished when theDOMContentLoaded
event is fired.'load'
- consider operation to be finished when theload
event is fired.'networkidle'
- consider operation to be finished when there are no network connections for at least500
ms.'commit'
- consider operation to be finished when network response is received and the document started loading.
Learn more
externaloptionaldefaultTimeout
This setting will change the default maximum time for all Playwright methods accepting timeout
option.
Playwright-specific options used to configure the ability to
BrowseTheWebWithPlaywright
Learn more
Browser.newContext
options