InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / Click Method


In This Topic
    Click Method
    In This Topic
    Clicks the link if the Web element is a link.
    Syntax
    'Declaration
     
    
    Sub Click() 
    'Usage
     
    
    Dim instance As IWebElement
     
    instance.Click()
    void Click()
    See Also