You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For AccessibleNode/ComputedAccessibleNode-related features:
--enable-blink-features=AccessibilityObjectModel
But I've never done that, and I can
await getComputedAccessibleNode($0)
and then got a response that was an object of type ComputedAccessibleNode.
I believe this behavior is also being controlled by enabling chrome://flags enable-experimental-web-platform-features now, and the caniuse page should be update to reflect that.
The text was updated successfully, but these errors were encountered:
oh yep it seems like the chrome flag you mention enables it. neat 😁
@alice@minorninth are there differences between the --enable-blink features=AccessibilityObjectModel and enable-experimental-web-platform-features versions?
https://wicg.github.io/aom/caniuse.html says
But I've never done that, and I can
and then got a response that was an object of type ComputedAccessibleNode.
I believe this behavior is also being controlled by enabling chrome://flags
enable-experimental-web-platform-features
now, and the caniuse page should be update to reflect that.The text was updated successfully, but these errors were encountered: