appium / ruby_lib_core

Core library for the Ruby client
Apache License 2.0
32 stars 24 forks source link

replace websocket client #334

Open KazuCocoa opened 3 years ago

KazuCocoa commented 3 years ago

https://github.com/imanel/websocket-ruby as same as selenium webdriver https://github.com/SeleniumHQ/selenium/search?l=Ruby&q=websocket

KazuCocoa commented 2 years ago

https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/webdriver/common/websocket_connection.rb

Probably ruby_lib_core can refer to the lib instead of this own implementation

KazuCocoa commented 2 years ago

the lib's attach_socket_listener is handled as DevTools Protocol, so should not use as-is.