Text Sender

Send a string to an given element represented through an accessor a matching location query.

Options

Element Identification

Accessor method

Specifies which attribute or value e.g. ID, Link Text, CSS Selector,.. of the element to find.

Available options:

  • Link text: Use this when you know the link text used within an anchor tag.
  • Partial link text: Use this when you know the partial link text used within an anchor tag.
  • CSS Selector: Use this when you want to locate an element using CSS selector syntax.
  • XPath: You can use XPath to either locate the element in absolute terms (not advised), or relative to an element that does have an id or name attribute.
  • Id: Use this when you know the id attribute of an element and you are sure that it will not change.
  • Name: Use this when you know the name attribute of an element.
  • Class name: Use this when you want to locate an element by class name.
  • Tag name: Use this when you want to locate an element by tag name.
Accessor query

Query according to the chosen accessor specifying the element to click.

Timing

Search time (seconds)

Time, in seconds, for an element to be located until finally failing. If the element has been located earlier, this will not prolong the execution time.

Polling intervall (seconds)

Intervals in which an element is searched for within the given timeout.

Text

Text to send

The string e.g. text that will be sent to the specified element.

Press enter after sending text

Presses enter after sending the text to submit a form.

Clear text field before sending text

Clears the text field before entering the specified text.

Input Ports

Icon

Information about the current session state

Output Ports

Icon

Session Data with new state added

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.