Search Element Text
The "Search Element Text" tool in the Robbot RPA application allows you to search for a specific text within the content of an element on a web page. This tool is particularly useful when you need to verify the presence or absence of certain text within a specific element.
Parameters
- Text: The text you want to search for within the element's content. It can be a single word, a phrase, or a combination of words. Type : listIWebElement
- Result: The result of the search operation, indicating whether the specified text is found within the element's content or not.
Usage
Drag and drop the "SearchElementText " component into your workflow or sequence. Provide the Text parameter with the text you want to search for. Execute the Search Element Text tool. The tool will search for the specified text within the targeted element's content. The Result parameter will indicate whether the text is found or not.