Set Property
Sets the value of a property in the given web element.
This activity will set the value of the specified property in the specified web element. This activity compliments Set Attribute activity when a property has no corresponding attribute.
Input
- Browser : - IWebDriver Variable- RequiredThe variable name which refers to the opened web browser.
- Property Name : - String Argument- RequiredSpecifies the name of the property to be set.
- Property Value : - String Argument- RequiredSpecifies the value of the specified property 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
