{ testEngine: { name: 'axe-core', version: '4.9.0' }, testRunner: { name: 'axe' }, testEnvironment: { userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15', windowWidth: 800, windowHeight: 548, orientationAngle: 0, orientationType: 'landscape-primary' }, timestamp: '2024-04-03T13:43:58.423Z', url: 'https://www.google.com/', toolOptions: { reporter: 'v1' }, inapplicable: [ { id: 'accesskeys', impact: null, tags: [Array], description: 'Ensures every accesskey attribute value is unique', help: 'accesskey attribute value should be unique', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/accesskeys?application=webdriverjs', nodes: [] }, { id: 'area-alt', impact: null, tags: [Array], description: 'Ensures elements of image maps have alternate text', help: 'Active elements must have alternate text', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/area-alt?application=webdriverjs', nodes: [] }, { id: 'aria-braille-equivalent', impact: null, tags: [Array], description: 'Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent', help: 'aria-braille attributes must have a non-braille equivalent', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-braille-equivalent?application=webdriverjs', nodes: [] }, { id: 'aria-dialog-name', impact: null, tags: [Array], description: 'Ensures every ARIA dialog and alertdialog node has an accessible name', help: 'ARIA dialog and alertdialog nodes should have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-dialog-name?application=webdriverjs', nodes: [] }, { id: 'aria-input-field-name', impact: null, tags: [Array], description: 'Ensures every ARIA input field has an accessible name', help: 'ARIA input fields must have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-input-field-name?application=webdriverjs', nodes: [] }, { id: 'aria-meter-name', impact: null, tags: [Array], description: 'Ensures every ARIA meter node has an accessible name', help: 'ARIA meter nodes must have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-meter-name?application=webdriverjs', nodes: [] }, { id: 'aria-progressbar-name', impact: null, tags: [Array], description: 'Ensures every ARIA progressbar node has an accessible name', help: 'ARIA progressbar nodes must have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-progressbar-name?application=webdriverjs', nodes: [] }, { id: 'aria-required-children', impact: null, tags: [Array], description: 'Ensures elements with an ARIA role that require child roles contain them', help: 'Certain ARIA roles must contain particular children', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-required-children?application=webdriverjs', nodes: [] }, { id: 'aria-required-parent', impact: null, tags: [Array], description: 'Ensures elements with an ARIA role that require parent roles are contained by them', help: 'Certain ARIA roles must be contained by particular parents', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-required-parent?application=webdriverjs', nodes: [] }, { id: 'aria-text', impact: null, tags: [Array], description: 'Ensures role="text" is used on elements with no focusable descendants', help: '"role=text" should have no focusable descendants', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-text?application=webdriverjs', nodes: [] }, { id: 'aria-toggle-field-name', impact: null, tags: [Array], description: 'Ensures every ARIA toggle field has an accessible name', help: 'ARIA toggle fields must have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-toggle-field-name?application=webdriverjs', nodes: [] }, { id: 'aria-tooltip-name', impact: null, tags: [Array], description: 'Ensures every ARIA tooltip node has an accessible name', help: 'ARIA tooltip nodes must have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-tooltip-name?application=webdriverjs', nodes: [] }, { id: 'aria-treeitem-name', impact: null, tags: [Array], description: 'Ensures every ARIA treeitem node has an accessible name', help: 'ARIA treeitem nodes should have an accessible name', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/aria-treeitem-name?application=webdriverjs', nodes: [] }, { id: 'blink', impact: null, tags: [Array], description: 'Ensures elements are not used', help: ' elements are deprecated and must not be used', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/blink?application=webdriverjs', nodes: [] }, { id: 'button-name', impact: null, tags: [Array], description: 'Ensures buttons have discernible text', help: 'Buttons must have discernible text', helpUrl: 'https://dequeuniversity.com/rules/axe/4.9/button-name?application=webdriverjs', nodes: [] }, { id: 'definition-list', impact: null, tags: [Array], description: 'Ensures
elements are structured correctly', help: '
elements must only directly contain properly-ordered
and
groups,