Difference between revisions of "Action: Check Text On Screen"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action can be used to check if a specific text string is currently displayed...") |
m |
||
Line 1: | Line 1: | ||
+ | <span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span> | ||
+ | |||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This action can be used to check if a specific text string is currently displayed on the screen. | This action can be used to check if a specific text string is currently displayed on the screen. | ||
− | The result of the check will be saved into a boolean variable. You may also specify a string variable to save the id of the view that contains the text (if the text is found). | + | The result of the check will be saved into a boolean variable. |
+ | You may also specify a string variable to save the id of the view that contains the text (if the text is found). | ||
</pre> | </pre> |
Latest revision as of 17:15, 19 March 2024
About this action
This action can be used to check if a specific text string is currently displayed on the screen. The result of the check will be saved into a boolean variable. You may also specify a string variable to save the id of the view that contains the text (if the text is found).