Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screenshot of the entire (scrollable) screen, not just the view port #2679

Open
gruckionvit opened this issue Mar 9, 2021 · 5 comments
Open

Comments

@gruckionvit
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I want to take a picture of the entire height of the currently display content not just the content visible in the view port. Example attached.

screenshotflow com_(iPhone X) (1)

Describe the solution you'd like
A clear and concise description of what you want to happen.

Easily generate full height screenshot for a page.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Scrolling and stitching the images together with AWS Lambda :(

Additional context
Add any other context or screenshots about the feature request here.

N/A

@gruckionvit
Copy link
Author

@mykola-mokhnach commented on the issue on Appium and said XCTest doesn't support it.

Unfortunately XCTest does not provide any APIs which would support that. Please let us know if you find one.

Will let you know what I come up with. I am looking for react-native libraries that can capture a screenshot of the entire scroll view. Then trigger it "somehow" as part of our automation pipeline.

@LeoNatan
Copy link
Contributor

Detox doesn't use XCUITest for its actions. This can theoretically be implemented by snapshotting the content.

@stale
Copy link

stale bot commented Apr 10, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this reporsitory, read this discussion.

@stale stale bot added the 🏚 stale label Apr 10, 2021
@stale
Copy link

stale bot commented Apr 17, 2021

The issue has been closed for inactivity.

@noomorph
Copy link
Collaborator

@jonathanmos , @asafkorem could you comment on this?

@d4vidi d4vidi changed the title Screenshot of the entire height not just the view port Screenshot of the entire (scrollable) screen, not just the view port Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment