Skip to content

Instantly share code, notes, and snippets.

@heitorpaceli
Last active November 3, 2021 00:59
Show Gist options
  • Save heitorpaceli/2899790c0e4e9a1ec56d74415b52deef to your computer and use it in GitHub Desktop.
Save heitorpaceli/2899790c0e4e9a1ec56d74415b52deef to your computer and use it in GitHub Desktop.
Set up method UI Automator medium article
@Before
fun setUp() {
// Press Home key before running the test
device.pressHome()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment