scrollscreenshot icon indicating copy to clipboard operation
scrollscreenshot copied to clipboard

Make Android screenshots of scrollable screen content

Results 5 scrollscreenshot issues
Sort by recently updated
recently updated
newest added

Hi, I appreciate if you could help me, I'm using the command: java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 3 And I have this issue. Screenshot 1 of 5 02:33:23 E/Screenshot: Unsupported...

Please add continues screenshots mode. ie keep running and taking screenshots until I stop it(ctrl-c or similar interrupt). It's hard to judge how many screenshots I would need to take...

For example if I open whatsapp then first ~x contact chats are displayed, not all. Open some large static webpage, only some content is copied What can be reason behind...

## Normal Run ``` bash java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 1 ``` ![out](https://cloud.githubusercontent.com/assets/597406/9999275/51e3dfc2-604a-11e5-9cd9-8ab4a02e0d45.png) ## Separate Images ``` bash java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 1 -c 4 -s separate -n c-sep...

Nice lib! Now....how to make the screen scroll back the other way either back up or back to the left and start the screenshot all over again? thanks

enhancement
help wanted