白皮书下载
Set page element properties
1、 Video example
To be launched.
2、 Function description
Sets the attribute value of the specified element name.
3、 Attribute description

● output to variable: obtain the user interface table element data according to the specified target and selected range, and save it to the output variable.
● objectives: the specified interface element found during component execution is essentially an XML fragment, which is used to specify the interface element to be found and the attributes of some parent elements. Click the "Edit" button on the right side of the "target" input box to edit the target element, such as modifying the attribute value in the selector, customizing the element search path, etc.
● attribute name: the property name to be set should be written in English double quotation marks ""; Double quotation marks "" are not required if the variable is referenced.
● attribute value: the attribute value to be set should be written in the English double quotation mark ""; Double quotation marks "" are not required if the variable is referenced.
4、 Use example
1. Execution logic
Open a new web page, pick the specified element, and then set the properties of the specified element.

2. Output results





