スキャン名の更新

This page is not available in the language you requested. You have been redirected to the English version of the page.
Link to this page copied to clipboard
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)