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
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
isBrowser()
Validates if the driver is currently in a web browser context.-
Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
-