Method: Appium::Core::Base::DriverSettings#get
- Defined in:
- lib/appium_lib_core/common/base/driver_settings.rb
#get ⇒ Object
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.
33 34 35 |
# File 'lib/appium_lib_core/common/base/driver_settings.rb', line 33 def get @bridge.get_settings end |