Gabe
Gabe
The error you're getting: `error no such element: element not found` appears to be coming from Selenium not axe-core-maven-html-selenium package. Using the `fromFrames` API ([docs](https://github.com/dequelabs/axe-core-maven-html/tree/develop/selenium#axebuilderincludefromframes-fromframes)) you can limit the testing...
Yes, if you want to only run within a child element within the iframe then you can use the `FromFrames` method. You pass in the iframe you want to test...
Hey @scribabble! We'll validate and get back to you shortly!
👋 Hey @soykje, Thanks for reporting this. I've noticed a difference in the test setup in the custom script you've linked vs your playwright-test script. The custom script excludes elements...
Hey @prashelke, Can you please share the page under test and a example of what the test looks like using the builder?
Hey @pradnyakambli1984, Using the latest 4.7.2 version of the React and our [shadow-dom](https://github.com/dequelabs/axe-core-npm/tree/develop/packages/react/examples/shadow-dom) example, it appears to be reporting issues. Could you provide a bit more context on how the...
Hey @ritchieanesco, What version were you on and what version of @playwright/test caused the type break? Thanks!
Hello folks, Apologies for the delays. I am not able to reproduce this error, I am using: @axe-core/playwright version ^4.10.1 and @playwright/test version ^1.49.1. Using this example: ```ts import {...
Hey @ravi-capacitas, I am not entirely sure I understand the error. Does this error occur when you provide your own Chromdriver path? Could you provide a bit more context?
Hey @zcube123, Thanks for reporting this. Can you share more details about how your test is setup and if the page under test is public?