Class: matlab.uitest.TestCase
Package: matlab.uitest
Perform choose gesture on UI component
choose(testcase,comp,option)
choose(testcase,compNoOpts)
choose(
performs a choose gesture on the specified item on the UI component testcase
,comp
,option
)comp
.
choose(
performs a choose gesture on a UI component that does not require additional
information, such as a tab or a tree node. For example, use this syntax to choose a
specific tab, but use the previous syntax to choose a particular tab from a tab
group.testcase
,compNoOpts
)