Interface BrowserConfig.Builder

  • Method Details

    • browserType

      BrowserConfig.Builder browserType(String browserType)

      The browser type associated with this browser configuration.

      Parameters:
      browserType - The browser type associated with this browser configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • browserType

      BrowserConfig.Builder browserType(BrowserType browserType)

      The browser type associated with this browser configuration.

      Parameters:
      browserType - The browser type associated with this browser configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: