Closed
Description
The main feature for us using testing-library is the use of ARIA roles (https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques) to navigate our complex DOM (https://testing-library.com/docs/queries/byrole/).
I was delighted to find out that Puppeteer supports that: https://developer.chrome.com/blog/puppetaria/.
It would be great if this was the standard way in pptr-testing-library to find elements.