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] More Appium actions #25569

Merged
merged 6 commits into from
Oct 31, 2024
Merged

[Testing] More Appium actions #25569

merged 6 commits into from
Oct 31, 2024

Conversation

jsuarezruiz
Copy link
Contributor

Description of Change

Added more UITest extension methods to identify the state of an element:

  • bool IsSelected(this IUIElement element);
  • bool IsDisplayed(this IUIElement element);
  • bool IsEnabled(this IUIElement element);

Copy link
Member

@jfversluis jfversluis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of small things!

jsuarezruiz and others added 4 commits October 30, 2024 13:28
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
@jfversluis jfversluis enabled auto-merge (squash) October 31, 2024 09:37
@jfversluis jfversluis merged commit 2077463 into main Oct 31, 2024
108 checks passed
@jfversluis jfversluis deleted the uitest-more-actions branch October 31, 2024 10:50
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing Unit tests, device tests fixed-in-9.0.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants