Method: Appium::Core::Base::DriverSettings#get

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

#getObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Get appium Settings for current test session.

Examples:


@driver.settings.get


33
34
35
# File 'lib/appium_lib_core/common/base/driver_settings.rb', line 33

def get
  @bridge.get_settings
end