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()");