Skip to content

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

@corrado4eyes

Description

@corrado4eyes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions