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.
我的自动化测试在填写 HTML 编辑框时失败,这是错误消息:
断言失败失败。无法访问网页。如果页面正在刷新,请等待页面刷新后再执行操作。
您需要更具描述性。
如果页面尚未加载并且它试图输入您可以手动延迟 5 秒,试试这个
Playback.Wait(5000);