Send comments on this topic.
GoHome Method
Attachmate.Reflection.Objects Library (Web) > WebControl Object : GoHome Method
Goes to the home page.

Syntax

 
object.GoHome() 

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.GoHome()

See Also