

A Browser is created when Puppeteer connects to a browser instance, either through PuppeteerNode.launch () or nnect (). The accessibility tree is used by assistive technology such as screen readers or switches. The problem is I haven't found any Puppeteer configuration I can use for such purpose. The Accessibility class provides methods for inspecting the browsers accessibility tree.


I'm building a UI-automator with Puppeteer and I'm shipping it as a Electron-packaged app.
