Interface SupportsBrowserNameOption<T extends BaseOptions<T>>
-
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,java.io.Serializable
- All Known Implementing Classes:
BaseOptions,EspressoOptions,GeckoOptions,Mac2Options,SafariOptions,UiAutomator2Options,WindowsOptions,XCUITestOptions
public interface SupportsBrowserNameOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBROWSER_NAME_OPTION
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TwithBrowserName(java.lang.String browserName)Set the browser name to use.-
Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapability
-
-
-
-
Field Detail
-
BROWSER_NAME_OPTION
static final java.lang.String BROWSER_NAME_OPTION
- See Also:
- Constant Field Values
-
-
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.
-
-