nativescript-dev-appium icon indicating copy to clipboard operation
nativescript-dev-appium copied to clipboard

Help Scroll

Open juniorschen opened this issue 4 years ago • 0 comments

Hello I am trying to test all the screens of my application with appium, my purpose is to take the printscreen to ensure that in any future change I can identify. However, the scroll proved to be problematic, I tried to use it as: https://github.com/NativeScript/nativescript-datetimepicker/blob/master/tests/e2e/helper.ts However, whenever I use it in this way, I get the following problems, not being able to scroll to the particular item on my list: "is outside of element rec"

I found a way to make it work: image However, the screenshots taken in the sequence always show differences, the scroll always ends up positioning in different places when testing again ....

juniorschen avatar Mar 11 '21 11:03 juniorschen