백엔드 프레임워크 & 언어/Pandas & numpy

ValueError: Timeout value connect was <object object at 0x7f7515f84420>, but it must be an int, float or None.

anodos 2023. 7. 11. 21:58

미친, selenium의 버전 문제란다. 

https://github.com/appium/python-client/issues/863

 

ValueError: Timeout value connect was <object object at 0x7f7515f84420>, but it must be an int, float or None. · Issue #863 ·

The problem I am getting the above summary as error when trying to execute the appium android automation and below is the code: def get_driver(self, *, capabilities: dict[str, Any]): """Concrete im...

github.com

pip uninstall selenium 

pip install selenium=4.9.0 

 

그러니 된다. 휴  삽질!!!

 

반응형