Get Text
Gets text from the browser.
This activity retrieves text content from the specified element.
Input
Browser:
IWebDriver Variable
Required
The variable name refers to the opened web browser.Wait Timeout:
Integer Argument
Seconds to wait until the element is located.
Target
Element Selectors :
Required
Specifies the webpage element from which the text is to be retrieved. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Output
Text:
String Variable
The string variable where the text content of the element will be stored.
Last updated