Hi,
I am trying to automate internet explorer using Active Perl’s Win32::OLE Module
I know that WithEvents(OBJECT[, HANDLER[, INTERFACE]]method enables and disables the firing of events by the specified OBJECT.
And the INTERFACE argument in it tells the Win32::OLE module the name of the event interface that an application must implement to receive event notifications from a WebBrowser control or from the Microsoft Internet Explorer application.
So My question is what interface should I implement in order to capture a button click or a link click on a webpage?
thanks in advance
medak
I am trying to automate internet explorer using Active Perl’s Win32::OLE Module
I know that WithEvents(OBJECT[, HANDLER[, INTERFACE]]method enables and disables the firing of events by the specified OBJECT.
And the INTERFACE argument in it tells the Win32::OLE module the name of the event interface that an application must implement to receive event notifications from a WebBrowser control or from the Microsoft Internet Explorer application.
So My question is what interface should I implement in order to capture a button click or a link click on a webpage?
thanks in advance
medak