Use waits and expected conditions to search within a DOM object

前端 未结 0 530
悲哀的现实
悲哀的现实 2021-01-02 02:46

I am using Python 3.7 and Selenium 3.141.0. On slow-loading pages, it often helps to use code like this to capture DOM objects:

myDiv = WebDriverWait(driver,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题