wOxxOm
unread,Aug 25, 2023, 4:00:44 AM8/25/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, Ben Bracha, Chromium Extensions, Zhaoyi Li, wOxxOm
Judging by the source code this name is exposed in two cases:
1) in DOM, which you can see as elem.computedName in your content script when chrome://flags/#enable-experimental-web-platform-features is enabled
2) in devtools backend used by devtools UI as a tooltip, console as
getAccessibleName($0), and which can be also used directly in a chrome extension via
chrome.debugger API
Accessibility methods.