Method: Appium::Core::Android::Device#location

Defined in:
lib/appium_lib_core/android/device.rb

#location::Appium::Location

Get the location of the device.

Set the [::Appium::Location] of the device.

Examples:


driver.location #=> ::Appium::Location.new(10, 10, 10)

driver.location = ::Appium::Location.new(10, 10, 10)

Returns:



# File 'lib/appium_lib_core/android/device.rb', line 74