appium / ruby_lib_core

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

refactor: define UA in requests is sufficisnet instead #473

Closed KazuCocoa closed 1 year ago

KazuCocoa commented 1 year ago

Refer to https://github.com/SeleniumHQ/selenium/pull/12141#discussion_r1217364496

Current ruby_lib_core's headers modification way is not good as monchy-pactch. Actually the Watir way is sufficient and makes more sense for this usage. Let me modify current implementation to reduce a monkey patche