Skip to content

sendKeysEnter (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • Simulates keystroke events on the specified element, as though you typed the value key-by-key.
  • This simulates a real user typing every character in the specified string and simulating ENTER key;  
  • Syntax
  • sendKeysEnter(locator, value)
  • Target
  • Locator - an element locator.
  • Value
  • The value to type.
  • Return Value
  • N/A
 
 

Feedback and Knowledge Base