白皮书下载
Cyclic similar elements
1、 Function description
Loop a group of similar elements in the web page in turn until all similar elements are traversed once, and end the loop.
Note: this component is currently only applicable to Google browser.
2、 Attribute description

● output current cycle item to: assign the element obtained in each loop to a variable.
● objectives:According to the similar elements selected by the user, find a group of similar elements in the web page and execute the loop until all similar elements are traversed once to end the loop.
● element operation:For the operation of circular items, you can select: get element object, get element text, get element link, get element value, get element coordinates, and get element source code.
3、 Use example

Through this component, you can perform the same operation on a group of similar elements in the web page. For example, in the e-commerce scenario, click to open the order list one by one to enter the order details page. After performing the same operation on the details page, return to the list for the next similar circular operation.
The execution logic of this process:
Open target page -- & gt; Get a group of similar elements on the current web page -- & gt; Traverse these similar web page elements in turn -- & gt; Get a web page element each time, click the element and open it in a new web page -- & gt; End the loop until the elements are traversed.
4、 Frequently asked questions
Q: Why are similar elements found through this component not what I want?
A: It may be that the two elements selected by the user have weak similarity, resulting in abnormal system judgment. It is recommended to replace the selected elements and try again. If you still can't obtain the desired similar elements, please feed back to our after-sales partners, and we will optimize and solve the problems you feed back as soon as possible.
5、 Precautions
At present, this component is only applicable to Google browser. We will support other browsers and windows software scenarios as soon as possible.




