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.
ページへのアクセス時間が 60 秒を超えた場合に Selenium IDE がテストに失敗し、ページへのアクセスにかかった時間をログに記録するようにします。
それは可能ですか?
はい、通常の Selenium IDE ですぐに発生するはずです。waitForPageToLoad コマンドを実行する場合は、タイムアウトを渡す必要があります。これを更新して、SetTimeout 呼び出しを使用して必要な値に設定できます。
Selenium のすべての待機コマンドは、デフォルトで 30 秒後にタイムアウトします。