ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Accessibility.getFullAXTree not found (panel context) #132

Closed AutoSponge closed 4 years ago

AutoSponge commented 5 years ago

Using latest Chromium and TOT.

When using Accessibility.getFullAXTree in the content context, it works as expected. However, when used in an extension panel context (devtools target), I get the following error.

message: 'Protocol error (Accessibility.getFullAXTree): \'Accessibility.getFullAXTree\' wasn\'t found'

Other commands, such as DOM.getDocument work as expected in this context.

Can this command, Accessibility.getFullAXTree, be added to a devtools context?

EDIT: Could this be a permissions issue in the manifest?

TimvdLippe commented 4 years ago

This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform. Thanks in advance!