Interface SupportsExtendedGeolocationCommands

All Superinterfaces:
ExecutesMethod
All Known Implementing Classes:
AndroidDriver, FlutterAndroidDriver

public interface SupportsExtendedGeolocationCommands extends ExecutesMethod
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Allows to set geo location with extended parameters available for Android platform.

    Methods inherited from interface io.appium.java_client.ExecutesMethod

    execute, execute
  • Method Details

    • setLocation

      default void setLocation(AndroidGeoLocation location)
      Allows to set geo location with extended parameters available for Android platform.
      Parameters:
      location - The location object to set.