Class: matlab.uitest.TestCase
Package: matlab.uitest
Perform hover gesture on UI component
hover(testcase,comp)
hover(testcase,comp,location)
hover(
performs a
hover gesture on the UI component testcase
,comp
)comp
that supports this gesture.
hover(
specifies the location to hover at within the component. If you do not specify the location,
MATLAB® hovers at the center of testcase
,comp
,location
)comp
.