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.
当我使用 python webdriver 设置 Firefox 代理时,它不会等到页面完全下载,当我不设置时不会发生这种情况。我怎样才能改变这种行为?或者如何检查页面下载是否结束?
最简单的做法是轮询页面以查找下载完成后您知道将出现的元素。Java webdriver 绑定为此目的提供了一个“Wait”类,尽管在 python 绑定中(还没有)类似的。