Dmitry Gozman
Dmitry Gozman
Closing as per above.
@tsherkness Your feature request is clear, I'll leave it open for prioritization. --- As a workaround for now, I'd recommend creating your own wrapper around `page.waitForEvent()` or any other function...
@markmur I will close this PR for now, so that it's easier for us to triage and review open PRs. We'll reopen it when the feature becomes more popular and...
I looked over the ARIA specs and it seems like `listitem` role does not expose levels anymore. Here are a few links: - [`listitem` role](https://w3c.github.io/aria/#listitem) does not list `aria-level`, that...
Investigation notes: - we resolve reporter path pretty early with `require.resolve()`, introduced in #7749, so that gives us `dist/index.js`; - later on, we `requireOrImport()` that file, and since it belongs...