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 Required The variable name which refers to the opened web browser.

  • Property Name : String Argument Required Specifies the name of the property to be set.

  • Property Value : String Argument Required Specifies the value of the specified property to be set.

  • Wait Timeout : Integer Argument Seconds to wait until the element is found. Default : 5

Target

  • Element Selectors : Required Specifies 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