You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Android and iOS uses different APIs to find certain UI element on a View. One uses
androidx.compose.ui.test
for Compose-UI orEspresso
for Android XML and the other usesXCTest
.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.
The text was updated successfully, but these errors were encountered: