Method: Appium::Core::Base::Driver#back

Defined in:
lib/appium_lib_core/common/base/driver.rb

#backString

Get the device window’s size.

Examples:

@driver.back # back to the previous view

Returns:

  • (String)


878
879
880
# File 'lib/appium_lib_core/common/base/driver.rb', line 878

def back
  navigate.back
end