Test finding DOM nodes by accessible name Running test: dumpAXNodes dump both an ignored and an unignored axnode { backendDOMNodeId : childIds : chromeRole : { type : internalRole value : 96 } ignored : false name : { sources : [ [0] : { attribute : aria-labelledby type : relatedElement } [1] : { attribute : aria-label type : attribute } [2] : { type : contents value : { type : computedString value : title } } [3] : { attribute : title superseded : true type : attribute } ] type : computedString value : title } nodeId : parentId : properties : [ [0] : { name : level value : { type : integer value : 2 } } ] role : { type : role value : heading } } { backendDOMNodeId : childIds : chromeRole : { type : internalRole value : 158 } ignored : false name : { sources : [ [0] : { type : contents value : { type : computedString value : title } } ] type : computedString value : title } nodeId : parentId : properties : [ ] role : { type : internalRole value : StaticText } } Running test: testGetNodesForSubtreeByAccessibleName find all elements with accessible name "foo" node5 node6 find all elements with accessible name "foo" inside container node5 node6 find all elements with accessible name "bar" node1 node2 node8 find all elements with accessible name "text content" node10 node11 node13 find all elements with accessible name "Accessible Name" node20 node21 node23 find all elements with accessible name "item1 item2 item3" node30 Running test: testGetNodesForSubtreeByRole find all elements with role "button" node5 node6 node8 node10 node21 find all elements with role "heading" shown hidden unrendered node11 node13 find all elements with role "treeitem" node30 node31 node32 node33 node34 find all ignored nodes with role "presentation" find all nodes with role "banner" (expected: 1 node) header Running test: testGetNodesForSubtreeByAccessibleNameAndRole find all elements with accessible name "foo" and role "button" node5 node6 find all elements with accessible name "foo" and role "button" inside container node5 node6 find all elements with accessible name "text content" and role "heading" node11 node13 find all elements with accessible name "text content" and role "button" node10 find all elements with accessible name "Accessible Name" and role "textbox" node23 find all elements with accessible name "Accessible Name" and role "button" node21 Running test: testGetNodesForShadowRoot find all elements with accessible name "Shadow input" (expected: 1 node) shadow-input