スキャン名の更新

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)