Package 

Interface ScreenActions


  • 
    public interface ScreenActions
    
                        

    Interface with common actions for all screens

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

    • Method Summary

      Modifier and Type Method Description
      Unit pressBack() Performs click on device's back button
      Unit closeSoftKeyboard() Closes soft keyboard, if opened
      Unit pressKey(Integer keyCode) Presses a key with corresponding KeyCode
      Unit pressKey(EspressoKey key) Presses a key with correspondingKeyCode and modifiers
      Unit pressMenuKey() Presses the hardware menu key
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class java.lang.Object

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