Interface BrowserProfileConfiguration.Builder

  • 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.