Interface BrowserProfileConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>, SdkBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>, SdkPojo
Enclosing class:
BrowserProfileConfiguration

@Mutable @NotThreadSafe public static interface BrowserProfileConfiguration.Builder extends SdkPojo, CopyableBuilder<BrowserProfileConfiguration.Builder,BrowserProfileConfiguration>
  • Method Details

    • profileIdentifier

      BrowserProfileConfiguration.Builder profileIdentifier(String profileIdentifier)

      The unique identifier of the browser profile. This identifier is used to reference the profile when starting new browser sessions or saving session data to the profile.

      Parameters:
      profileIdentifier - The unique identifier of the browser profile. This identifier is used to reference the profile when starting new browser sessions or saving session data to the profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.