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.
実行時に、ロードした Web サイトのロード時間を取得し、同じロード時間をファイルに記録できるユーティリティ コードを探しています。誰かがこれを以前にやったことがありますか?どうすればできますか?
ありがとう、サナト
HTMLUnit page.getWebResponse().getLoadTime();を使用すると、ページの読み込み時間がミリ秒単位で表示されます。
page.getWebResponse().getLoadTime();