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.Ospublic final classSessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Viewport
-
Method Summary
-
-
Method Detail
-
advancedStealth
final Optional<Boolean> advancedStealth()
-
captchaImageSelector
final Optional<String> captchaImageSelector()
-
captchaInputSelector
final Optional<String> captchaInputSelector()
-
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.
-
_captchaImageSelector
final JsonField<String> _captchaImageSelector()
Returns the raw JSON value of captchaImageSelector.
Unlike captchaImageSelector, this method doesn't throw if the JSON field has an unexpected type.
-
_captchaInputSelector
final JsonField<String> _captchaInputSelector()
Returns the raw JSON value of captchaInputSelector.
Unlike captchaInputSelector, 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.
-
_os
final JsonField<SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Os> _os()
Returns the raw JSON value of os.
Unlike os, 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.
-
_verified
final JsonField<Boolean> _verified()
Returns the raw JSON value of verified.
Unlike verified, 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()
-
validate
final SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SessionStartParams.BrowserbaseSessionCreateParams.BrowserSettings.Builder builder()
Returns a mutable builder for constructing an instance of BrowserSettings.
-
-
-
-