I am building a chrome extension that is listening to messages coming from Chrome Dev Tools. We are building a CI system and want to automate the following process:
- Open DevTools and go to Elements pane.
- Select node (see attached image - chrome1.png)
- Select the Accessibility pane (see attached image - chrome2.png)
Are the above interactions possible using Puppeteer? My other option is to use Sikuli (http://www.sikuli.org/), although Puppeteer seems to be the right way to do things
-anurag