80
80
def double_click(self, *args):
81
81
'''Double clicks over the position specified by arguments
84
84
xp.double_click("image-name")
85
85
xp.double_click(image_match)
88
88
xutils.double_click(*self._compute_focus_point(args))
91
91
"""Hover over the position specified by the provided arguments.
93
93
The following examples show valid ways of specifying the position: