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.
同じエラーが発生します。言及 URL を開くだけで、次のエラーでブラウザーが閉じられます。com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms
以下は、Selenium RCとjunitで試しているコードです
ページの読み込みに30000ミリ秒以上かかります。
時間を変更してみてください。
selenium.waitforPagetoLoad(60000)
それ以外の
selenium.waitforPagetoLoad(30000)
これを試して
selenium.setTimeout("0"); selenium.waitForPageToLoad("0");