getElementById Method

The getElementById method returns a reference to the first object with the specified value of the ID attribute.
The following example sets the value of obj to the first element in the page that has an ID of "mark":

Set obj = Browser("Browser").Page("Yahoo!").Object.getElementByID("mark")