Tagging Results

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

Tagging is a helpful feature to organize, share, and search for scans within the axe DevTools Mobile Dashboard. Some helpful tags for your team may be the team name, build number, simulator version, etc.

Setup Before Scanning

Set the scan's tag prior to scanning with:

val axe = AxeDevTools()
axe.tagScanAs(setOf("my_tag", "my_tag_2"))