CheckAgent"

From Documentation
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
! <center>Note</center>
 
! <center>Note</center>
 
|-
 
|-
| Toolbarbutton
+
| Toolbarbutton, Checkbox, Radio, Menuitem
| 5, 6
 
|
 
|-
 
| Checkbox
 
| 5, 6
 
|
 
|-
 
| Radio
 
| 5, 6
 
|
 
|-
 
| Menuitem
 
 
| 5, 6
 
| 5, 6
 
|
 
|
Line 44: Line 32:
  
  
 +
{{ZATSEssentialsPageHeader}}
 
{{ZATSEssentialsPageFooter}}
 
{{ZATSEssentialsPageFooter}}

Latest revision as of 08:15, 21 June 2012



Check

To check a checkbox , radiogroup, or menuitem.

//check
desktopAgent.query("#chechbox" + i).as(CheckAgent.class).check(true);
//uncheck
desktopAgent.query("#chechbox" + i).as(CheckAgent.class).check(false);


Supported Components

Components
Version
Note
Toolbarbutton, Checkbox, Radio, Menuitem 5, 6





Last Update : 2012/06/21

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