When trying to use chrome.automation.getTree(tabId,callback) it enables WebContents only accessibility mode(kAXModeWebContentsOnly) which returns the changes in the blink accessibility tree.
What about Native API accessibility support(ui::AXMode::kNativeAPIs) needed to access accessibility tree for plugins like pdf ?