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

[Testing] Implement ScrollDownTo and ScrollUpTo methods in Appium #25601

Merged
merged 20 commits into from
Jan 24, 2025

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Oct 30, 2024

Description of Change

Implement ScrollDownTo and ScrollUpTo methods in Appium.

Added:

Example:

App.ScrollDownTo("25", ListViewId, ScrollStrategy.Auto); Scroll the element identify by the AutomationId ListViewId until an element with the id or text "25" is shown on the screen.

image

@jsuarezruiz jsuarezruiz added the area-testing Unit tests, device tests label Oct 30, 2024
@jsuarezruiz jsuarezruiz requested a review from a team as a code owner October 30, 2024 11:54
@jfversluis
Copy link
Member

jfversluis commented Oct 31, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jfversluis jfversluis self-assigned this Nov 1, 2024
@jsuarezruiz
Copy link
Contributor Author

jsuarezruiz commented Nov 7, 2024

/rebase

Co-authored-by: MartyIX <203266+MartyIX@users.noreply.github.com>
@jfversluis jfversluis merged commit d4d95e8 into main Jan 24, 2025
104 checks passed
@jfversluis jfversluis deleted the uitest-scrolldownupto-actions branch January 24, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Unit tests, device tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants