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 文档,我可以看到执行页面加载操作时会设置一个“newPageLoaded”标志。我试图找出是否有办法在页面加载时获取该标志的值。
如何使用 Ruby 客户端做到这一点会很棒。:)
你可以试试这样的东西吗?
selenium.getEval("selenium.browserbot.isNewPageLoaded()");