openatx / facebook-wda

Facebook WebDriverAgent Python Client Library (not official)
MIT License
1.71k stars 266 forks source link

Fix for wda.USBClient() not working when using udid and port #115

Closed senosoft2009 closed 2 years ago

senosoft2009 commented 2 years ago

wda.USBClient is not working when supplied with udid and port other than 8100, this update is the fix. Now you can use any port you want. Usage example: c = wda.USBClient('udid_of_your_device', 8200)

codeskyblue commented 2 years ago

That's not what I expected.