Package io.appium.java_client
Interface HasBrowserCheck
-
- All Superinterfaces:
ExecutesMethod,org.openqa.selenium.HasCapabilities
- All Known Implementing Classes:
AndroidDriver,AppiumDriver,ChromiumDriver,FlutterAndroidDriver,FlutterIOSDriver,GeckoDriver,IOSDriver,Mac2Driver,SafariDriver,WindowsDriver
public interface HasBrowserCheck extends ExecutesMethod, org.openqa.selenium.HasCapabilities
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNATIVE_CONTEXT
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisBrowser()Validates if the driver is currently in a web browser context.-
Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
-
-
-
Field Detail
-
NATIVE_CONTEXT
static final java.lang.String NATIVE_CONTEXT
- See Also:
- Constant Field Values
-
-