SelectByIndexAgent
From Documentation
Revision as of 07:13, 8 June 2012 by Hawk (talk | contribs) (moved ZATS Essentials/Mimic Library/Operation Agent/SelectByIndexAgent to ZATS Essentials/Mimic Library/Operation/SelectByIndexAgent)
Select by Index
Unlike other data components (such as listbox or grid), selectbox has no child components to select, therefore, it needs a different agent to mimic selecting operation. You have to give an index to select its item.
selectbox.as(SelectByIndexAgent.class).select(3);
Supported Components
selectbox | 6 |