HoverAgent"

From Documentation
m (correct highlight (via JWB))
 
Line 8: Line 8:
  
  
<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> moveOver() </tt> or <tt> moveOut() </tt>
+
<code> HoverAgent</code> mimics a mouse pointer move over or move out a component. You have to query the target component agent first, then call <code> moveOver() </code> or <code> moveOut() </code>
  
  

Latest revision as of 02:55, 18 January 2022




Mouse Over & Mouse Out

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


Supported Components

Components
Version
Note
Sub-class of HtmlBasedComponent 5, 6





Last Update : 2022/01/18

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