HoverAgent
From Documentation
HoverAgent mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call moveOver() or moveOut()
desktopAgent.query("button").as(HoverAgent.class).moveOver();
desktopAgent.query("button").as(HoverAgent.class).moveOut();
Last Update : 2012/05/14
Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License. |