Flo

Results 2 comments of Flo

For anyone still having problems, you can still downgrade to selenium 4.12.0: `pip uninstall selenium` and then `pip install selenium==4.12.0`

This still seems to be a problem for me, but only when using a custom hostname/port ```python adbutils.adb.device_list() # Works fine c = adbutils.AdbClient(host="127.0.0.1", port=65014, socket_timeout=10) c.device_list() # Times out...