You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xs:documentation>Clicks an element according to given selector or selectorArray.</xs:documentation>
44
+
</xs:annotation>
45
+
<xs:simpleContent>
46
+
<xs:extensionbase="xs:string">
47
+
<xs:attributeref="selector"/>
48
+
<xs:attributeref="selectorArray"/>
49
+
<xs:attributeref="userInput"/>
50
+
<xs:attributeGroupref="commonActionAttributes"/>
51
+
</xs:extension>
52
+
</xs:simpleContent>
53
+
</xs:complexType>
54
+
55
+
<xs:complexTypename="clickWithLeftButtonType">
56
+
<xs:annotation>
57
+
<xs:documentation>Performs a Left Click on an element according to given selector or selectorArray, or on given x/y coordinate.</xs:documentation>
58
+
</xs:annotation>
59
+
<xs:simpleContent>
60
+
<xs:extensionbase="xs:string">
61
+
<xs:attributeref="selector"/>
62
+
<xs:attributeref="selectorArray"/>
63
+
<xs:attributeref="x"/>
64
+
<xs:attributeref="y"/>
65
+
<xs:attributeGroupref="commonActionAttributes"/>
66
+
</xs:extension>
67
+
</xs:simpleContent>
68
+
</xs:complexType>
69
+
70
+
<xs:complexTypename="clickWithRightButtonType">
71
+
<xs:annotation>
72
+
<xs:documentation>Performs a Right Click on an element according to given selector or selectorArray, or on given x/y coordinate.</xs:documentation>
73
+
</xs:annotation>
74
+
<xs:simpleContent>
75
+
<xs:extensionbase="xs:string">
76
+
<xs:attributeref="selector"/>
77
+
<xs:attributeref="selectorArray"/>
78
+
<xs:attributeref="x"/>
79
+
<xs:attributeref="y"/>
80
+
<xs:attributeGroupref="commonActionAttributes"/>
81
+
</xs:extension>
82
+
</xs:simpleContent>
83
+
</xs:complexType>
84
+
85
+
<xs:complexTypename="conditionalClickType">
86
+
<xs:annotation>
87
+
<xs:documentation>Performs a Click on an element according to given selector, only if dependentSelector visibility value matches given.</xs:documentation>
0 commit comments