mehdivk
mehdivk
Thanks @yifanchen for pointing to the solution 👍
Is there any update about this issue and do you accept a PR for this one? I think this feature would be handy.
Hi, I got same error. Here with some information ``` wdio-screenshot:image Use image processing library: GraphicsMagick +0ms wdio-screenshot:image Use image processing library: GraphicsMagick +0ms wdio-screenshot:image Use image processing library: GraphicsMagick...
This log `{"startX":16,"startY":485,"endX":752,"endY":873}` is kinda accurate and points to the element that I have on page.
And looking at height of the viewport, it makes sense why we get an error, `873` is greater than `758` ```json { "html":{ "scrollHeight":758, "clientWidth":768, "clientHeight":758, "offsetHeight":758, "scrollWidth":768 }, "window":{...
@zinserjan glad to hear that. I totally agree with the integration test for this scenario. As I mentioned I tried to run integration tests using `npm run test:local` and it...
@zinserjan I managed to run integration tests on Ububunu and all of them are passing. I also added two more integration tests for the new scenario and it works. Can...
@zinserjan let's park IE screenshots for now as it's not a big deal. I updated the example so it fails with the original code and passes with the change. The...
> Yes, this is right and that's the real issue here. Just disabling the endY > documentHeight check doesn't solve this. Indeed. > With broken you mean kind of incomplete,...