Package io.appium.java_client
Interface ExecutesMethod
- All Known Subinterfaces:
AuthenticatesByFinger,CanRecordScreen,CanReplaceElementValue,ComparesImages,ExecuteCDPCommand,ExecutesDriverScript,HasAndroidClipboard,HasAndroidDeviceDetails,HasAndroidSettings,HasAppStrings,HasBattery<T>,HasBrowserCheck,HasClipboard,HasDeviceTime,HasIOSClipboard,HasIOSSettings,HasNetworkConnection,HasNotifications,HasOnScreenKeyboard,HasSettings,HasSupportedPerformanceDataType,HidesKeyboard,HidesKeyboardWithKeyName,InteractsWithApps,ListensToLogcatMessages,ListensToSyslogMessages,LocksDevice,LogsEvents,PerformsTouchActions,PerformsTouchID,PressesKey,PullsFiles,PushesFiles,ShakesDevice,StartsActivity,SupportsContextSwitching,SupportsExtendedGeolocationCommands,SupportsGpsStateManagement,SupportsLocation,SupportsNetworkStateManagement,SupportsRotation,SupportsSpecialEmulatorCommands
- All Known Implementing Classes:
AndroidDriver,AppiumDriver,ChromiumDriver,FlutterAndroidDriver,FlutterIOSDriver,GeckoDriver,IOSDriver,Mac2Driver,SafariDriver,WindowsDriver
public interface ExecutesMethod
-
Method Summary
-
Method Details
-
execute
Executes the given command and returns a response.- Parameters:
driverCommand- a command to executeparameters- map of command parameters- Returns:
- a result response
-
execute
Executes the given command and returns a response.- Parameters:
driverCommand- a command to execute- Returns:
- a result response
-