История страницы
...
Parameters
Input parameters
...
Parameter | Description |
---|---|
Element | Parameter that stores the data of the Win-element whose coordinates will be checked. |
Type of connection | Drop- |
...
down list with elements: "Parent elements", "Daughter elements", "Neighboring elements". |
...
If "Parent element" is selected, the result will be a collection with Win-elements that are the parents of the specified element. |
...
If "Daughter elements" is selected, the result will be a collection with Win-elements that are daughters to the specified element. |
...
If "Neighboring elements" is selected, the result will be a collection with Win-elements that are "neighbors" for the specified element, I.e. they have a common parent. |
Search depth |
...
Nesting level of related elements to which the search will be performed. A positive integer from 1 to infinity. |
...
Default value is "1". The depth is not taken into account if the value "Neighboring elements" is selected in the "Type of connection" field. |
...
If the depth specified in the parameter is greater than the actual depth in the application, then all elements up to the actual depth are taken. |
Time-out, ms |
...
Time in milliseconds for which the desired element will be searched. | |
Window order |
...
Sequence number of the window that the action should work with if there are multiple windows. |
...
In this case, the action searches only for those windows in which the element should be located according to its parameters. |
...
A positive integer from 1. The default is "1". |
Output parameters
Result - a collection of Win-elements.
...