SelectByIndexAgent

From Documentation
Revision as of 01:50, 14 May 2012 by Hawk (talk | contribs) (Created page with "{{ZATSEssentialsPageHeader}} Because ''selectbox'' has no child components to select which is different to other data components (e.g. ''listbox'' and ''grid''), it needs a d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SelectByIndexAgent





Because selectbox has no child components to select which is different to other data components (e.g. listbox and grid), 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);



Last Update : 2012/05/14

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