HoverAgent

From Documentation
Revision as of 07:04, 14 May 2012 by Hawk (talk | contribs) (Created page with "{{ZATSEssentialsPageHeader}} <tt> HoverAgent</tt> mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call <tt> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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()


Zats-mimic-moveOver.png Zats-mimic-moveOut.png

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.