Page.ClickObject

Page.ClickObject ( 

string ObjectName )

Example 1

Page.ClickObject("Chapter 1");

Fires the On Click event of the object called "Chapter 1." Any actions located on it's On Click event will be executed.

See also:  Related Actions