-
public final class CreateBrowserContextRequestRequest object containing input parameters for the TargetDomain.createBrowserContext command.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleandisposeOnDetachprivate final StringproxyServerprivate final StringproxyBypassList
-
Constructor Summary
Constructors Constructor Description CreateBrowserContextRequest(Boolean disposeOnDetach, String proxyServer, String proxyBypassList)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Stringcomponent2()final Stringcomponent3()final CreateBrowserContextRequestcopy(Boolean disposeOnDetach, String proxyServer, String proxyBypassList)final BooleangetDisposeOnDetach()If specified, disposes this context when debugging session disconnects. final StringgetProxyServer()Proxy server, similar to the one passed to --proxy-server final StringgetProxyBypassList()Proxy bypass list, similar to the one passed to --proxy-bypass-list -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final CreateBrowserContextRequest copy(Boolean disposeOnDetach, String proxyServer, String proxyBypassList)
-
getDisposeOnDetach
final Boolean getDisposeOnDetach()
If specified, disposes this context when debugging session disconnects.
-
getProxyServer
final String getProxyServer()
Proxy server, similar to the one passed to --proxy-server
-
getProxyBypassList
final String getProxyBypassList()
Proxy bypass list, similar to the one passed to --proxy-bypass-list
-
-
-
-