スキャン名の更新
Not for use with personal data
Axe DevTools Mobile for Appiumからダッシュボードにアップロードされたスキャンは、可能であれば画面の名前やタイトルを使用して名前が付けられます。設定オブジェクト内のscanNameキーを使用して、他の基準に基づいて名前を設定できます。次のJavascriptの例を参照してください。
const axeSettings = {
apiKey: '<your-api-key-here>',
scanName: '<your-scan-name-here>'
}
const result = await driver.execute('mobile: axeScan', axeSettings)