-
- All Implemented Interfaces:
public class UiAutomatorHelper
Created by simonracz on 19/07/2017.
-
-
Method Summary
Modifier and Type Method Description static void
espressoSync()
This triggers a full Espresso sync. static void
espressoSync(long millis)
This triggers a full Espresso sync. -
-
Method Detail
-
espressoSync
static void espressoSync()
This triggers a full Espresso sync. It's intended use is to sync UIAutomator calls.
-
espressoSync
static void espressoSync(long millis)
This triggers a full Espresso sync. Waits at least millis amount of time.
- Parameters:
millis
- waits at least this amount of time
-
-
-
-