Set Attribute
Sets the attribute in the given web element.
This activity sets the user-specified attribute value in the given web element with specified selector properties as string.
Input
- Browser : - IWebDriver Variable- RequiredThe variable name refers to the opened web browser.
- Attribute Name : - String Argument- RequiredSpecifies the name of the attribute to be set.
- Attribute Value : - String Argument- RequiredSpecifies the value of the user-specified attribute to be set.
- Wait Timeout : - Integer ArgumentSeconds to wait until the element is found.- Default : 5
Target
- Element Selectors : - RequiredSpecifies the webpage element to which the specified attribute is to be set. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Last updated
