Back to all steps
Grab text and send as a message
Step fields
1
selector or message text
(text)
2
E-Mail
(email)
3
channels
(channels)
In a scenario, fields are joined with
|.Sends you a message straight from the scenario — a parsed price, stock left, an order number. The step never fails the test: if the element is not found or the message cannot be delivered, it is noted in the step log and the scenario goes on. Format: selector_or_text|email|channels.
The first field is a selector or a text: if the string matches an element, its text is sent; otherwise the string itself is sent. Slot injection rmb:slot_1 works too.
The second field is the E-Mail (the test owner’s address; leave it empty and it is filled in automatically).
The third field is the channels (checkboxes E-Mail, Telegram, MAX). The server sends it and only to the test owner — other addresses are not allowed. A channel fires if it is linked to the account and enabled in the notification settings; accounts registered through a social network always receive it there. The step spends no AI tokens.
Examples: h1.title|me@example.com|email · .total-price||email,telegram · Order placed||telegram,max
The first field is a selector or a text: if the string matches an element, its text is sent; otherwise the string itself is sent. Slot injection rmb:slot_1 works too.
The second field is the E-Mail (the test owner’s address; leave it empty and it is filled in automatically).
The third field is the channels (checkboxes E-Mail, Telegram, MAX). The server sends it and only to the test owner — other addresses are not allowed. A channel fires if it is linked to the account and enabled in the notification settings; accounts registered through a social network always receive it there. The step spends no AI tokens.
Examples: h1.title|me@example.com|email · .total-price||email,telegram · Order placed||telegram,max
Usage example
Send yourself a message straight from the scenario: a parsed price, stock left, an order number — or just your own text.
Format: selector_or_text|email|channels
Examples:
h1.title|me@example.com|email— the heading text by email.total-price||email,telegram— the price by email and TelegramOrder placed||telegram,max— your own text to Telegram and MAXrmb:slot_1||telegram— a value saved by the “Remember text” step
The first field is a selector or a text. If the string matches an element, its text is sent; otherwise the string itself is sent.
Channels — the E-Mail / Telegram / MAX checkboxes. The server sends it and only to the test owner: the channel must be linked to the account and enabled in the notification settings.
The step never fails the test: element not found or delivery failed — it is noted in the step log and the scenario continues.