Wim Selles
Wim Selles
I cannot find the root cause, but it works in V8 without installing `expect-webdriverio` as a separate package. In V9 we miss the "automatic" link to [this](https://github.com/webdriverio/expect-webdriverio/blob/main/types/expect-webdriverio.d.ts#L444)
This is a copy of https://github.com/webdriverio/webdriverio/issues/13469
**Solution:** Check the runner, if other than `local` then throw an error
Will be fixed with https://github.com/webdriverio/visual-testing/pull/521
Hi @supertgtline This is an "issue"/is expected behavior with the "latest" `appium-xcuitest-driver`. I've updated the boilerplate with more explanation of why this is happening and how to overcome this, see...
Hi @pclicious Do you also have an example site that I can work with that has shadowroot elements and other elements that are can be tabbed?
Tnx @BryceLTaylor For extra context, I also encountered this today with iOS Sims with iOS and Safari 16 and lower. It might mean something changed in the displayed method. Appium...
@christian-bromann Might it be related to [this](https://github.com/webdriverio/webdriverio/commit/ea3f50b7780a7f43b230749a98e6c40451ec7f3d) change? It looks like Safari equal or lower than 16 have issues with this **Payload** ```json { "requestId": "80339239-3822-44cf-b708-06bad2394165", "requestStartTime": 1742837057753314800, "requestMethod": "POST",...
Hi @erwinheitzman It's not falling back, secondly, see also [this](https://caniuse.com/?search=checkvisibility) list. Safari is a pain with "modern" checks and there you see it's supported as of iOS 17.4, before it's...
@BryceLTaylor I've looked into this and you should see that a fallback is triggered. Here's a screenshot from our Visual Pipeline in Lambdatest  I'll close this issue because I've...