selenium.webdriver.support.wait
When i import “from selenium.webdriver.support.wait import WebDriverWait”, it appears as unresolved in PyCharm.
I've tried everything suggested by chatGPT and nothing works. Can you tell me a way to olve this issue?
请先登录再写评论。
Hello,
The issue seems unreproducible on the latest. Please try File | Invalidate Caches with all options checked, and if this doesn't help, run the
pip listcommand in the PyCharm terminal and share the output here.