Class SessionStartParams.Browser
-
- All Implemented Interfaces:
public final class SessionStartParams.Browser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.Browser.BuilderA builder for Browser.
public final classSessionStartParams.Browser.LaunchOptionspublic final classSessionStartParams.Browser.TypeBrowser type to use
-
Method Summary
Modifier and Type Method Description final Optional<String>cdpUrl()Chrome DevTools Protocol URL for connecting to existing browser final Optional<SessionStartParams.Browser.LaunchOptions>launchOptions()final Optional<SessionStartParams.Browser.Type>type()Browser type to use final JsonField<String>_cdpUrl()Returns the raw JSON value of cdpUrl. final JsonField<SessionStartParams.Browser.LaunchOptions>_launchOptions()Returns the raw JSON value of launchOptions. final JsonField<SessionStartParams.Browser.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final SessionStartParams.Browser.BuildertoBuilder()final SessionStartParams.Browservalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionStartParams.Browser.Builderbuilder()Returns a mutable builder for constructing an instance of Browser. -
-
Method Detail
-
cdpUrl
final Optional<String> cdpUrl()
Chrome DevTools Protocol URL for connecting to existing browser
-
launchOptions
final Optional<SessionStartParams.Browser.LaunchOptions> launchOptions()
-
type
final Optional<SessionStartParams.Browser.Type> type()
Browser type to use
-
_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.
-
_launchOptions
final JsonField<SessionStartParams.Browser.LaunchOptions> _launchOptions()
Returns the raw JSON value of launchOptions.
Unlike launchOptions, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<SessionStartParams.Browser.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.Browser.Builder toBuilder()
-
validate
final SessionStartParams.Browser validate()
-
builder
final static SessionStartParams.Browser.Builder builder()
Returns a mutable builder for constructing an instance of Browser.
-
-
-
-