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

    Modifier and Type
    Method
    Description
    org.openqa.selenium.remote.Response
    execute(String driverCommand)
    Executes the given command and returns a response.
    org.openqa.selenium.remote.Response
    execute(String driverCommand, Map<String,?> parameters)
    Executes the given command and returns a response.
  • Method Details

    • execute

      org.openqa.selenium.remote.Response execute(String driverCommand, Map<String,?> parameters)
      Executes the given command and returns a response.
      Parameters:
      driverCommand - a command to execute
      parameters - map of command parameters
      Returns:
      a result response
    • execute

      org.openqa.selenium.remote.Response execute(String driverCommand)
      Executes the given command and returns a response.
      Parameters:
      driverCommand - a command to execute
      Returns:
      a result response