Skip to main content
Browser

Clicking on a text in the browser

Clicking on a text in the browser

Finds and clicks an element on a web page by its visible text, with no CSS selector needed. Good for buttons, links and anything whose text is static and dependable.

Careful

For elements whose text is dynamic, or changes between runs, prefer Click with a CSS selector — it identifies the element far more precisely.


Options

Browser or page ID

The browser, tab or iframe opening action where the click happens.

The first element found

Click the first visible text of the element found on the page.

Every element found

Click every occurrence of the visible text found on the page.

One item from a selection of several elements

Click one item from a list of elements, starting at index 1 or from a particular text.

Returns

This action has no returns.

Rules and conditions

  • Browser or page ID and Element text are both required.
  • The text search is case-sensitive.
  • If more than one element on the page carries the same text, the robot clicks the first in DOM order.
  • If no element with that text is found within the timeout, the action ends in an error.