Hari

Results 10 comments of Hari

Hi @abhinaba-ghosh - our application uses frames and iframes extensively. it would be beneficial to have this feature since some content that resides within the frame/iframe has to be A11y...

I have a similar question as well, we have a large suite of tests split across different Modules and we wanted to have module specific reports generated.

We are also noticing some issues when channel is specified (running scripts on Apple M1 chip). on an average, a single test run takes about 9 seconds when No channel...

@mxschmitt - i too am seeing the same thing in my macbook as well. When i use it in a playwright test, i see a sudden increase in execution time.

@mxschmitt - i use an older macbook, but my colleagues use the M1. they are seeing this issue.

Hi @lpelypenko - i am also working on an aggregate report. what i have done is as follows : ``` //on playwright, with aXe-playwright : const results1 = await getViolations(page);...

I will try my best to supply with a sample although i do not have any git repo yet: ``` $('#test-input').on('focus', function() { console.log('Focus event fired'); setTimeout(() => { console.log('Focus...

@Skn0tt - it is very flaky. We have a JS load heavy front end with lots of plugins. We are waiting for a load event to complete. (the page is...

We are writing E2E tests with no access to the codebase. but this flakiness is something that we cannot inherently fix directly - we are adding hard waits for now...

@Skn0tt - Thank you very much for the work around. We will try using it and hopefully our development group is also able to resolve the issue. I appreciate the...