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

Create a common interfaces to find element on a view #32

Open
corrado4eyes opened this issue Sep 14, 2023 · 0 comments
Open

Create a common interfaces to find element on a view #32

corrado4eyes opened this issue Sep 14, 2023 · 0 comments

Comments

@corrado4eyes
Copy link
Collaborator

corrado4eyes commented Sep 14, 2023

Android and iOS uses different APIs to find certain UI element on a View. One uses androidx.compose.ui.test for Compose-UI or Espresso for Android XML and the other uses XCTest.
Even though the APIs are different in the end they do the same thing in a similar way, they both takes a tag, a name or a visible text on that View as an argument and try to find the View on the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant