Skip to main content

Text Presence Check

🔗 Original page — Source of this material


Description

This action is used to check for the presence of text on a page or in a URL. It is an alternative to the function ❗→ for checking the presence of selected text.

Information

Added in ZennoPoster 7.3.1.0

How do I add this action to a project?

  • Via the context menu Add actionTabsText presence check

image-20210114-095855

  • Using the browser context menu: highlight the text you want to check, right-click on it, and select Create selected text presence check.

image-20210604-153330

What is this used for?

  • To check if authorization was successful
  • To check if an action on the page was completed successfully

How does this action work?

image-20210114-100929

What to search for (Regex)

The text you want to find. ❗→ Regular expressions are supported.

Choose the data to be searched:

  • DOM
  • Source
Note

What's the difference between DOM and Source?

  • Text (all the visible text on the page)
  • URL

Tab

Select which tab to retrieve the data from:

  • *Active - the currently active tab;
  • *First - if there are multiple tabs, use the first one;
  • *By name - specify the tab name;
  • *By number - specify the tab number if there are several (numbering starts from zero).

Pause

Waiting time (in seconds) before the search is performed.