Create Browser Context Request
@Serializable
Request object containing input parameters for the TargetDomain.createBrowserContext command.
Constructors
Types
Link copied to clipboard
class Builder
A builder for CreateBrowserContextRequest, which allows setting the optional parameters of the TargetDomain.createBrowserContext command via a lambda.
Properties
Link copied to clipboard
If specified, disposes this context when debugging session disconnects.
Link copied to clipboard
An optional list of origins to grant unlimited cross-origin access to. Parts of the URL other than those constituting origin are ignored.
Link copied to clipboard
Proxy bypass list, similar to the one passed to --proxy-bypass-list
Link copied to clipboard
Proxy server, similar to the one passed to --proxy-server