You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get the name of (controlAtScreenLoc(the mouseLoc))
Parameters:
location: A location, relative to the screen
Returns: The control at the given location, in the form: control control_number.
Description:
Returns the control at the specified location.
The <controlAtScreenLoc> function returns the control at the given location. The function returns the number of the control, below are examples of getting the name or long id of the control
get the name of (contolAtLoc(<location>))
get the long id of (contolAtLoc(<location>))
References: location (property), mouseLoc (function), controlAtLoc (function), control (keyword)