-
Notifications
You must be signed in to change notification settings - Fork 475
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 issue #256
Comments
Screenshot only works with the window you pass in (i.e., the activity). Dialogs have their own window. Dupe #4. |
First of all thanks for your time, that was fast 👍 I guess this is a known handicap for other people as well, I see what I can do. It would be nice to see the activity with the Dialog on top. Thanks again. |
We feel the same pain. Unfortunately no one was working on fixing it up On Fri, Mar 27, 2015 at 1:09 PM RobertoIDL [email protected] wrote:
|
Hi,
I've been playing with the library trying to get screenshots as part of my test cases written on Espresso.
All was working well except for one thing. If the activity displays a Dialog and the soft keyboard then the image is not right, is not complete.
Any ideas why? Is this expected?
Let me show you what's happening.
This is my activity without the dialog
This is the screenshot with the Dialog taken using DDMs
And this is what Spoon is taking as the screenshot. As you can see the keyboard and the dialog don't appear. As the keyboard was hiding the text "Not created and account yet?" this doesn't appear on the picture either.
Not sure what to do to be honest, any suggestions are welcome.
Thanks.
The text was updated successfully, but these errors were encountered: