Get Attribute
Gets the attribute value of a Web element.
This activity gets the attribute value of the given web element with specified selector properties and stores the result in a variable.
Input
- Browser : - IWebDriver Variable- RequiredThe variable name refers to the opened web browser.
- Attribute Name: - String Argument- RequiredThe name of the attribute to retrieve.
- Wait Timeout : - Integer ArgumentSeconds to wait until the element is found.
Target
- Element Selectors : - RequiredSpecifies the webpage element from which the specified attribute is to be retrieved. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Output
- Attribute Value: - String VariableThe found attribute value is stored in the variable.
Last updated
