nikgoodley-ibboost / aost

Automatically exported from code.google.com/p/aost
0 stars 0 forks source link

Need to add drangAndDrop API to Tellurium #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User requests for this.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 13 Feb 2009 at 2:39

GoogleCodeExporter commented 9 years ago
/** Drags an element a certain distance and then drops it
@param locator an element locator
@param movementsString offset in pixels from the current location to which the
element should be moved, e.g., "+70,-300"
*/
void dragAndDrop(String locator,String movementsString);

/** Drags an element and drops it on another element
@param locatorOfObjectToBeDragged an element to be dragged
@param locatorOfDragDestinationObject an element whose location (i.e., whose
center-most pixel) will be the point where locatorOfObjectToBeDragged  is 
dropped
*/
void dragAndDropToObject(String locatorOfObjectToBeDragged,String
locatorOfDragDestinationObject);

/** Gives focus to the currently selected window
*/

Original comment by John.Jian.Fang@gmail.com on 13 Feb 2009 at 2:56

GoogleCodeExporter commented 9 years ago
and is this out  in trunk ?

Original comment by they...@gmail.com on 13 Feb 2009 at 8:57

GoogleCodeExporter commented 9 years ago
I will put it to trunk by tonight and also generate a jar file for you. 

Original comment by John.Jian.Fang@gmail.com on 13 Feb 2009 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 15 Feb 2009 at 1:52