Class KeyboardEvent

    • Field Detail

      • key

        protected org.openqa.selenium.Keys key
      • inputTextBeforeKeyAction

        protected String inputTextBeforeKeyAction
    • Method Detail

      • 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: