How can I do a screenshot of a full composable? If...
# compose
p
How can I do a screenshot of a full composable? If I do a
onRoot().capturetoImage()
the image won’t be larger than the size of the screen. I also tried wrapping it in a vertical scrollable column and then setting a test tag but the screenshot never gets larger than the screen size
1