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、C#、NUnit を使用して自動テストを作成しています。
HTTP リクエストが原因で失敗したテストをユーザーに警告できるように、WebDriver で HTTP ステータス コードを取得することは可能ですか?
理想的ではありませんが、ページのテキストを次の正規表現と比較します。これは、私のセットアップではテキストに Web ページのエラーが伴うためです。
(?:(access is denied)|(access is forbidden)|(server error)|(not found))