Get Text
Gets text from the browser.
This activity retrieves text content from the specified element.
Input
- Browser: - IWebDriver Variable- RequiredThe variable name refers to the opened web browser.
- Wait Timeout: - Integer ArgumentSeconds to wait until the element is located.
Target
- Element Selectors : - RequiredSpecifies 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 VariableThe string variable where the text content of the element will be stored.
Last updated
