Interface SupportsBrowserNameOption<T extends BaseOptions<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BROWSER_NAME_OPTION  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default T withBrowserName​(java.lang.String browserName)
      Set the browser name to use.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

    • Method Detail

      • withBrowserName

        default T withBrowserName​(java.lang.String browserName)
        Set the browser name to use.
        Parameters:
        browserName - One of supported browser names.
        Returns:
        self instance for chaining.