clicking on particular link using qtp function
问题 I want to automate login process to flipkart by creating a function which is being called in an action Function Website() 'this is the function Systemutil.Run("iexplore.exe"), "http://www.flipkart.com" End Function Website( ) 'this is where the function is called in the action The browser is opening but I don't know how to click on login without doing a record and run , but only through code and the function. Please help me. 回答1: If you want to do it with descriptive programming, this would