Long sreenshoot - native app

Hi,
How to make a long screenshot in a native application (Android / iOS)?
For example, we have a view where we have a scrolled list and can one big screenshot be made? instead of screenshot -> scroll -> screenshot -> scroll etc.

I don’t think you can do this with Appium. However, you could take multiple snapshots as you scroll and then join them together with imagemagick:

1 Like