Sub Object_Example()'The following example uses the .Object property to activate an'edit box's native focus method:Set MyWebEdit = Browser("Mercury Tours").Page("Mercury Tours").WebEdit("username").ObjectMyWebEdit.focusEnd Sub