Wim Selles

Results 211 comments of Wim Selles

Sure, we can, any help, more docs and so on would be appreciated

Sorry, missed this one. Can you provide some more context about what you want / looking for

Hi @Sam55555 Thanks for the issue, I'm currently on vacation and will check it out when I'm back end of the month

@anto-ac Tnx for filling the issue and providing the extra info. The problem what with you are trying to do is that you can only use `checkElement` with: - elements...

Hi @anto-ac Sorry, I didn't see this comment. > In other words, would it be possible to add the ability to take a screenshot of an element even if not...

Labeled it as a feature, it currently doesn't have this and I must say you're the first who wants to use it. The core has been extracted from my previous...

Ok, Been diving into this feature request and it's very complex, the V4-module `wdio-screenshot` module had a solution for it, there are some _downsides_ to the solution but here are...

@amitAutoS and @smichaelsen This is because of this line of code https://github.com/wswebcreation/webdriver-image-comparison/blob/cce70cb4174b8b3b94e4e8d17771a26ae8d90914/lib/helpers/utils.ts#L17 It will only be stored in a separate folder if the `deviceName` is present in the capabilities, which...

@amitAutoS `deviceName` is something for mobile devices, officially it is a mandatory field for Appium. Cloud vendors tend to work around that one. The module looks at how YOU determine...