Method: Appium::Core::WebSocket#handle_open
- Defined in:
- lib/appium_lib_core/common/ws/websocket.rb
#handle_open ⇒ Object
Fires when the socket connection is established. Event has no attributes.
Default is just put a debug message.
122 123 124 |
# File 'lib/appium_lib_core/common/ws/websocket.rb', line 122 def handle_open ::Appium::Logger.debug %W(#{self.class} :open) end |