appium / ruby_lib_core

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

fix: remove symbolize #413

Closed KazuCocoa closed 1 year ago

KazuCocoa commented 1 year ago

fixes https://github.com/appium/ruby_lib/issues/945

Removes Appium.symbolize_keys which makes capability keys to symbol forcefully.

The code was copied from legacy ruby_lib code to ruby_lib_core. I was not sure the root motivation for that, but now ruby_lib_core converts capability keys which does not have appium: as string.