MoveAgent

From Documentation
Revision as of 02:49, 16 May 2012 by Hawk (talk | contribs)




Move Position

You can move window and panel by specifying its left and top. As there is no screen rendered when running a test case, no visual window is moved. It just changes target component's left and top attribute.

Zats-mimic-move.png


desktopAgent.query("window").as(MoveAgent.class).moveTo(20,40);

desktopAgent.query("panel").as(MoveAgent.class).moveTo(100,150);


Supported Components

Components
Version
Note
Panel, Window 5, 6




Last Update : 2012/05/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.