OptionalactionMaximum duration in milliseconds for the browser action after page load. Max 120000
OptionaladdAdds <script> tags into the page with the desired URL or content.
OptionaladdAdds <link rel="stylesheet"> or <style> tags into the page.
OptionalallowOnly allow requests matching these regex patterns. Mutually exclusive with rejectRequestPattern.
OptionalallowOnly allow requests of these resource types. Mutually exclusive with rejectResourceTypes.
OptionalauthenticateProvide credentials for HTTP authentication.
OptionalbestWhen true, continue on best-effort when awaited events fail or timeout.
OptionalcacheCache time to live in seconds (0-86400). Set to 0 to disable.
OptionalcookiesSet cookies before navigating.
OptionalemulateEmulate a specific CSS media type (e.g. "screen", "print").
OptionalgotoNavigation options.
Optionalreferer?: stringOptionalreferrerPolicy?: stringOptionaltimeout?: numberNavigation timeout in milliseconds (max 60 000).
OptionalwaitUntil?: BrowserRunLifecycleEvent | BrowserRunLifecycleEvent[]When to consider navigation complete.
OptionalrejectBlock requests matching these regex patterns. Mutually exclusive with allowRequestPattern.
OptionalrejectBlock requests of these resource types. Mutually exclusive with allowResourceTypes.
OptionalsetAdditional HTTP headers sent with every request.
OptionalsetWhether JavaScript is enabled on the page.
OptionaluserOverride the default user agent string.
OptionalviewportSet the browser viewport size.
OptionalwaitWait for a CSS selector to appear in the page before proceeding.
Optionalhidden?: trueOptionaltimeout?: numberTimeout in milliseconds. Max 120000
Optionalvisible?: trueOptionalwaitWait for a fixed delay in milliseconds before proceeding. Max 120000
Options fields shared by all quick actions.