Class SessionStartParams.Browser.LaunchOptions
-
- All Implemented Interfaces:
public final class SessionStartParams.Browser.LaunchOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.Browser.LaunchOptions.BuilderA builder for LaunchOptions.
public final classSessionStartParams.Browser.LaunchOptions.CdpHeaderspublic final classSessionStartParams.Browser.LaunchOptions.IgnoreDefaultArgspublic final classSessionStartParams.Browser.LaunchOptions.Proxypublic final classSessionStartParams.Browser.LaunchOptions.Viewport
-
Method Summary
-
-
Method Detail
-
acceptDownloads
final Optional<Boolean> acceptDownloads()
-
cdpHeaders
final Optional<SessionStartParams.Browser.LaunchOptions.CdpHeaders> cdpHeaders()
-
chromiumSandbox
final Optional<Boolean> chromiumSandbox()
-
connectTimeoutMs
final Optional<Double> connectTimeoutMs()
-
deviceScaleFactor
final Optional<Double> deviceScaleFactor()
-
downloadsPath
final Optional<String> downloadsPath()
-
executablePath
final Optional<String> executablePath()
-
ignoreDefaultArgs
final Optional<SessionStartParams.Browser.LaunchOptions.IgnoreDefaultArgs> ignoreDefaultArgs()
-
ignoreHttpsErrors
final Optional<Boolean> ignoreHttpsErrors()
-
preserveUserDataDir
final Optional<Boolean> preserveUserDataDir()
-
proxy
final Optional<SessionStartParams.Browser.LaunchOptions.Proxy> proxy()
-
userDataDir
final Optional<String> userDataDir()
-
viewport
final Optional<SessionStartParams.Browser.LaunchOptions.Viewport> viewport()
-
_acceptDownloads
final JsonField<Boolean> _acceptDownloads()
Returns the raw JSON value of acceptDownloads.
Unlike acceptDownloads, this method doesn't throw if the JSON field has an unexpected type.
-
_args
final JsonField<List<String>> _args()
Returns the raw JSON value of args.
Unlike args, this method doesn't throw if the JSON field has an unexpected type.
-
_cdpHeaders
final JsonField<SessionStartParams.Browser.LaunchOptions.CdpHeaders> _cdpHeaders()
Returns the raw JSON value of cdpHeaders.
Unlike cdpHeaders, this method doesn't throw if the JSON field has an unexpected type.
-
_cdpUrl
final JsonField<String> _cdpUrl()
Returns the raw JSON value of cdpUrl.
Unlike cdpUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_chromiumSandbox
final JsonField<Boolean> _chromiumSandbox()
Returns the raw JSON value of chromiumSandbox.
Unlike chromiumSandbox, this method doesn't throw if the JSON field has an unexpected type.
-
_connectTimeoutMs
final JsonField<Double> _connectTimeoutMs()
Returns the raw JSON value of connectTimeoutMs.
Unlike connectTimeoutMs, this method doesn't throw if the JSON field has an unexpected type.
-
_deviceScaleFactor
final JsonField<Double> _deviceScaleFactor()
Returns the raw JSON value of deviceScaleFactor.
Unlike deviceScaleFactor, this method doesn't throw if the JSON field has an unexpected type.
-
_devtools
final JsonField<Boolean> _devtools()
Returns the raw JSON value of devtools.
Unlike devtools, this method doesn't throw if the JSON field has an unexpected type.
-
_downloadsPath
final JsonField<String> _downloadsPath()
Returns the raw JSON value of downloadsPath.
Unlike downloadsPath, this method doesn't throw if the JSON field has an unexpected type.
-
_executablePath
final JsonField<String> _executablePath()
Returns the raw JSON value of executablePath.
Unlike executablePath, this method doesn't throw if the JSON field has an unexpected type.
-
_hasTouch
final JsonField<Boolean> _hasTouch()
Returns the raw JSON value of hasTouch.
Unlike hasTouch, this method doesn't throw if the JSON field has an unexpected type.
-
_headless
final JsonField<Boolean> _headless()
Returns the raw JSON value of headless.
Unlike headless, this method doesn't throw if the JSON field has an unexpected type.
-
_ignoreDefaultArgs
final JsonField<SessionStartParams.Browser.LaunchOptions.IgnoreDefaultArgs> _ignoreDefaultArgs()
Returns the raw JSON value of ignoreDefaultArgs.
Unlike ignoreDefaultArgs, this method doesn't throw if the JSON field has an unexpected type.
-
_ignoreHttpsErrors
final JsonField<Boolean> _ignoreHttpsErrors()
Returns the raw JSON value of ignoreHttpsErrors.
Unlike ignoreHttpsErrors, this method doesn't throw if the JSON field has an unexpected type.
-
_locale
final JsonField<String> _locale()
Returns the raw JSON value of locale.
Unlike locale, this method doesn't throw if the JSON field has an unexpected type.
-
_port
final JsonField<Double> _port()
Returns the raw JSON value of port.
Unlike port, this method doesn't throw if the JSON field has an unexpected type.
-
_preserveUserDataDir
final JsonField<Boolean> _preserveUserDataDir()
Returns the raw JSON value of preserveUserDataDir.
Unlike preserveUserDataDir, this method doesn't throw if the JSON field has an unexpected type.
-
_proxy
final JsonField<SessionStartParams.Browser.LaunchOptions.Proxy> _proxy()
Returns the raw JSON value of proxy.
Unlike proxy, this method doesn't throw if the JSON field has an unexpected type.
-
_userDataDir
final JsonField<String> _userDataDir()
Returns the raw JSON value of userDataDir.
Unlike userDataDir, this method doesn't throw if the JSON field has an unexpected type.
-
_viewport
final JsonField<SessionStartParams.Browser.LaunchOptions.Viewport> _viewport()
Returns the raw JSON value of viewport.
Unlike viewport, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.Browser.LaunchOptions.Builder toBuilder()
-
validate
final SessionStartParams.Browser.LaunchOptions validate()
-
builder
final static SessionStartParams.Browser.LaunchOptions.Builder builder()
Returns a mutable builder for constructing an instance of LaunchOptions.
-
-
-
-