Traceback (most recent call last):
File "Inventorytest.py", line 88, in <module>
j.go_to_application()
File "Inventorytest.py", line 65, in go_to_application
EC.element_to_be_clickable((By.ID, 'FavoriteApp_ITEM'))
File "/home/naroladev/Mercury_Back-End/mercuryenv/lib/python3.6/site-packages/selenium/webdriver/support/wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
我在 EC2 服务器实例上遇到了异常。我的脚本在 Ubuntu 和 Mac OS 以及本地系统上任何版本的 firefox 和 geckodriver 上都可以正常工作。但是在 EC2 ubuntu 18.04.01 版本上遇到了上述错误,在此我也尝试升级和降级 firefox 和 geckodriver 版本但仍然无法正常工作。谁能帮我提出建议和解决方案。
慕尼黑5688855
相关分类