Package 

Interface UiScreenActions


  • 
    public interface UiScreenActions
    
                        

    Interface with common actions for all UiAutomator screens

    Provides basic actions that can be performed on each and every screen

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum UiScreenActionType
    • Method Summary

      Modifier and Type Method Description
      Unit pressBack() Simulates a short press on the BACK button.
      Unit waitForWindowUpdate(String packageName, Long timeout) Waits for window update for specified package name
      Unit waitForWindowUpdate(Long timeout) Waits for window update
      abstract UiDeviceInteractionDelegate getView()
      • Methods inherited from class com.kaspersky.components.kautomator.screen.UiScreenActions

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait