Package 

Class UiAutomatorHelper

  • All Implemented Interfaces:

    
    public class UiAutomatorHelper
    
                        

    Created by simonracz on 19/07/2017.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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