Skip to main content

Send Keys

Sends specified keys to the current targeted web element in the page.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Page Id - ID of the current page. This ID is generated by the Open Link node.
  • Selector Type - XPath or CSS selector of the targeted web element.
  • Selector - Custom selector
  • Key - Key to be sent to the element.

Options

  • Key Modifier 1 - Modifier key to be pressed
  • Key Modifier 2 - Modifier key to be pressed
  • Key Modifier 3 - Modifier key to be pressed
info

If you want to send Ctrl + c to an element. Key should be c and Key Modifier 1 should be Control. If you want to send Ctrl + Alt + x to an element. Key should be x and Key Modifier 1 should be Control and Key Modifier 2 should be Alt.