Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Selenium 的open命令隐式等待整个页面加载完毕,包括图片等。
open
我如何等待 DOM 加载,例如jQuery 的 .ready()方法?
目前,我正在使用waitForElementPresent,但有更好的选择吗?
我认为您可以尝试执行以下操作