Class KeyboardEvent

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.events.InputEvent<KeyboardEventName>
org.uitnet.testing.smartfwk.ui.core.events.KeyboardEvent

public class KeyboardEvent
extends InputEvent<KeyboardEventName>
Author:
Madhav Krishna
  • Field Details

    • key

      protected org.openqa.selenium.Keys key
    • inputTextBeforeKeyAction

      protected String inputTextBeforeKeyAction
    • textLocation

      protected NewTextLocation textLocation
  • Constructor Details

  • Method Details

    • getKey

      public org.openqa.selenium.Keys getKey()
      Returns:
      the keyboard key.
    • getInputText

      public String getInputText()
      Returns:
      the input text that is associated with the key.
    • getTextLocation

      public NewTextLocation getTextLocation()
      Location where to type the text.
      Returns: