Closed Asimk21 closed 8 years ago
Hive::Controller::Android.get_connected_devices
device_info should be a hash instead of DeveiceAPI object. This creates issue whien it tries to create_device.
It should be @devices.select.map instead of @devices.select
@devices.select.map
@devices.select
Hive::Controller::Android.get_connected_devices
device_info should be a hash instead of DeveiceAPI object. This creates issue whien it tries to create_device.
It should be
@devices.select.map
instead of@devices.select