Josh Patsey

Results 14 comments of Josh Patsey

if I set `onlyRecordLastFailure: true` then I can get tests to run, but then it hangs at the end, not synchronized. ![image](https://github.com/webdriverio-community/wdio-video-reporter/assets/3083282/f2954177-761e-44db-8db3-3b07656a7ac2) if i set `onlyRecordLastFailure: false` then I get...

FWIW Mine is now working after version `5.1.4`

I still think this is an issue. I have an element that's considered still displayed ```html ``` Trying to capture all the styles involved. ![Image](https://github.com/user-attachments/assets/e060d497-3a7b-4dfb-be8a-cf26af90d5f5) ![Image](https://github.com/user-attachments/assets/878a1e39-34f5-4780-ac2b-4f0b51f934e0) I feel the `visibility:...

When i copy the `isElementDisplayed` script and check the element, it comes back as false, which is correct ![Image](https://github.com/user-attachments/assets/f9d2f17c-4037-4281-b6ad-100890a4366a) But somehow i'm getting this error when it's actually running ![Image](https://github.com/user-attachments/assets/21331abe-48aa-4967-aa60-adad836ecbfc)...

Okay, digging in more, after 9.6.X there was a change to use checkVisibility https://github.com/webdriverio/webdriverio/pull/14075 For whatever reason, the checkVisibility function thinks it's displayed, but the old legacy script doesn't. That's...

@christian-bromann any thoughts about this? a lot of us are stuck on 9.5 while 9.12 just got released

In the end, it's the built in `checkVisibility` function that's not working as expected. Can that part be reverted or is that the way forward?

Yes i'm on latest version of all, and i posted an example in the original post