from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.support.ui import WebDriverWait
自从我开始使用Selify以来,我一直在使用ui
,我也经常看到其他人也在使用ui
,但我在Selify文档中找不到它,现在Pylance显示了这个警告:
"WebDriverWait" is not exported from module "selenium.webdriver.support.ui"
Import from "selenium.webdriver.support.wait" instead
这两个似乎都很有效,但我没有发现任何关于哪一个会过时的警告或类似的东西。我想更好地了解这个主题背后的原因!
1条答案
按热度按时间w1jd8yoj1#
根据官方文件,您必须使用:
请参阅:
https://www.selenium.dev/selenium/docs/api/py/webdriver_support/selenium.webdriver.support.wait.html