Method: Appium::Core::Logs#events
- Defined in:
- lib/appium_lib_core/common/log.rb
#events(type = nil) ⇒ Hash
Returns events with filtering with ‘type’. Defaults to all available events.
85 86 87 |
# File 'lib/appium_lib_core/common/log.rb', line 85 def events(type = nil) @bridge.log_events(type) end |