HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Plugin Class / GotoURL Method
The URL of the page that should be loaded in the browser.

In This Topic
    GotoURL Method
    In This Topic
    Causes the browser to load the specified URL.
    Syntax
    'Declaration
     
    Public Sub GotoURL( _
       ByVal URL As String _
    ) 
    public void GotoURL( 
       string URL
    )

    Parameters

    URL
    The URL of the page that should be loaded in the browser.
    Remarks

    When GotoURL returns, the specified web page may still be loading.  Use the Wait method on the Controller object to wait for page loading to complete.

    GotoURL can only perform an HTTP GET on the target page. If you need to POST to a URL you will either need to drive the browser directly or use a framework like Selenium.
    Requirements
     
    See Also