HttpWatch Automation Reference - Version 13.x
HttpWatch Namespace / IE Class / Attach Method

A reference to an Internet Explorer browser object to which the HttpWatch Plugin object should be attached.

For example, it could be a reference to an instance of IE that was created by another automation framework.


In This Topic
    Attach Method
    In This Topic
     Allows the HttpWatch extension to be attached to previously created instances of IE.
    Syntax
    'Declaration
     
    Public Function Attach( _
       ByVal pBrowser As IWebBrowser2 _
    ) As Plugin
    public Plugin Attach( 
       IWebBrowser2 pBrowser
    )

    Parameters

    pBrowser

    A reference to an Internet Explorer browser object to which the HttpWatch Plugin object should be attached.

    For example, it could be a reference to an instance of IE that was created by another automation framework.

    Return Value

    If successful, a reference to a Plugin object is returned.
    Remarks
    If you are using an automation framework such as Selenium that does not expose IE's IWebBrowser2 interface you could use the AttachByTitle method instead.
    Requirements
     
    See Also