Tom Brunet

Results 121 comments of Tom Brunet

> To expose an element with the role generic is not the same as to not taking it in account by computing parent/child relationship of non-generic element roles. E.g. the...

Just for clarity, Scott's PR above is related to generic, but does not address this particular issue of how user agents MUST ignore generic, but at the same time can't...

Just finishing up some cleanup of the browser extensions. Circling back to the automated tools next. Sorry for the delay.

Looking at this now.

@cknabe @elizabethsjudd PR: #1451 . I had to fight a little with the Cypress Promise vs Node Promise vs command structure, but it's running fine locally for me now. I'm...

See [4.0.0-rc.0](https://www.npmjs.com/package/accessibility-checker/v/4.0.0-rc.0) for Cypress 12 support. If you encounter issues with this version, please open new issues. Thank you.

The 3.x branch now works with Cypress 12. See 3.1.59

@MHoov I think we should be able to automate this, but I think there was a proposal to put up a warning that the page changed and needed to be...

On first glance, it looks like your test timeout is just too short. Between your browser loading the page (which isn't related to the tool), and then reporting on all...

See https://playwright.dev/docs/test-timeouts for information about Playwright timeouts.