Page.ClickObject

Page.ClickObject ( 

string ObjectName )

Description

Fires the On Click event of the specified object. This will cause any actions on the object's On Click event to be executed.

Parameters

ObjectName

(string) The name of the object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions