Class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.BuilderA builder for BrowserSettings.
public final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Contextpublic final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprintpublic final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Viewport
-
Method Summary
-
-
Method Detail
-
advancedStealth
final Optional<Boolean> advancedStealth()
-
context
final Optional<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context> context()
-
extensionId
final Optional<String> extensionId()
-
fingerprint
final Optional<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint> fingerprint()
-
logSession
final Optional<Boolean> logSession()
-
recordSession
final Optional<Boolean> recordSession()
-
solveCaptchas
final Optional<Boolean> solveCaptchas()
-
viewport
final Optional<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Viewport> viewport()
-
_advancedStealth
final JsonField<Boolean> _advancedStealth()
Returns the raw JSON value of advancedStealth.
Unlike advancedStealth, this method doesn't throw if the JSON field has an unexpected type.
-
_blockAds
final JsonField<Boolean> _blockAds()
Returns the raw JSON value of blockAds.
Unlike blockAds, this method doesn't throw if the JSON field has an unexpected type.
-
_context
final JsonField<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Context> _context()
Returns the raw JSON value of context.
Unlike context, this method doesn't throw if the JSON field has an unexpected type.
-
_extensionId
final JsonField<String> _extensionId()
Returns the raw JSON value of extensionId.
Unlike extensionId, this method doesn't throw if the JSON field has an unexpected type.
-
_fingerprint
final JsonField<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Fingerprint> _fingerprint()
Returns the raw JSON value of fingerprint.
Unlike fingerprint, this method doesn't throw if the JSON field has an unexpected type.
-
_logSession
final JsonField<Boolean> _logSession()
Returns the raw JSON value of logSession.
Unlike logSession, this method doesn't throw if the JSON field has an unexpected type.
-
_recordSession
final JsonField<Boolean> _recordSession()
Returns the raw JSON value of recordSession.
Unlike recordSession, this method doesn't throw if the JSON field has an unexpected type.
-
_solveCaptchas
final JsonField<Boolean> _solveCaptchas()
Returns the raw JSON value of solveCaptchas.
Unlike solveCaptchas, this method doesn't throw if the JSON field has an unexpected type.
-
_viewport
final JsonField<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.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.BrowserbaseSessionCreateParams.BrowserSettings.Builder toBuilder()
-
builder
final static SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Builder builder()
Returns a mutable builder for constructing an instance of BrowserSettings.
-
-
-
-