問題タブ [desiredcapabilities]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
selenium-webdriver - UnhandledAlertException を無視するように Serenity の機能を設定する
Cucumber + Serenity を使い始めたばかりです。
UnhandledAlertException を無視したいと思います。
これは、Seleniumでクロム機能を設定する方法です
しかし、未処理のアラートを無視するために serenity.properties ファイルで何を使用すればよいかわかりません。
これは正しいです?問題は、すべての実行で予期しないアラート例外が発生するわけではないため、この動作をテストできないことです。
したがって、テストが失敗した場合 (再生できない場合) にのみ、上記のプロパティが機能しているかどうかのフィードバックを取得します。
少なくとも以下のコードは今のところうまくいかないので、以下の方法とともにグローバル設定を使用することにしました。