-
Notifications
You must be signed in to change notification settings - Fork 2
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
Scroll covers too small area (half a screen) #15
Comments
Hi Cornel, thanks for the very detailed examples! I’ll dig into it this week. |
Hi @corneln-roweb, I just released version
Please let me know how this works out for you! |
Hi @ctrevarthen, I tried the new jar version and:
I am attaching a log file where the fifth element was not found by direct scroll attempt (class="android.widget.TextView" text="first" and class="android.widget.TextView" text="second" are visible) but nothing else Fifth.log. I am happy however with combining Scroll and Swipe, it does the job. Thank you for a great upgrade you made. As a token of gratitude, I can offer testing it more and providing other (hopefully worth-considering) ideas, if you feel its useful. Thank you, |
Hi @corneln-roweb - glad you were able to find a way to get it working! I would gladly welcome new ideas to make the library more useful. Please feel free to create new issues and I'll take a look! Thanks! Chris |
Hi Cris,
I may be using it wrong, but still I'm informing on something I noticed regarding Scroll action.
I am not sure I understand the purpose of
I am sure it may make sense for most screens where text is more condensed.
In my test app scenario I use some blocks/containers of a dashboard on which you can tap.
The problem is that the scroll does not cover enough portion of the screen to make the yet invisible elements visible. So the searched container never gets into view and does not exist, from the tests point of view.
You can see more here:
https://www.youtube.com/watch?v=52sNgJgH3Qc
and here how the scroll-to elements are built: https://monosnap.com/file/84tTamL8D1XfhSEH3smplCVAVgV9pL
I tried both kind of scroll, by ID and text and by text only.
Not sure if the formula you use can be tweaked or parametrized further, so you can decide if you need the 50% screen scroll of 70% or 90%.
I also have a second app to test this with:
Please let me know if more information is needed to understand the scenario.
Thank you,
Cornel Neacsu
The text was updated successfully, but these errors were encountered: