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
Required
The variable name refers to the opened web browser.Attribute Name:
String Argument
Required
The name of the attribute to retrieve.Wait Timeout :
Integer Argument
Seconds to wait until the element is found.
Target
Element Selectors :
Required
Specifies 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 Variable
The found attribute value is stored in the variable.
Last updated