you can try this:
mouseDownAt(begin_locator,begin_coordstring)
mouseMoveAt(end_locator,end_coordstring) //or mouseMove(end_locator)
mouseUpAt(end_locator,end_coordstring)
these 3 lines can instead of the DragAndDrop function.
Try these when DragAndDrop fails
mouseDownAt(begin_locator,begin_coordstring)
mouseMoveAt(end_locator,end_coordstring) // or mouseMove(end_locator)
mouseUpAt(end_locator,end_coordstring)
No comments:
Post a Comment