Hello,
Trying to spy a couple of elements specifically the search button and the pop up window to upload a file.
IE version is IE9 9.0.8112.16421
When trying to spy with AA which is the only way it would let me spy i get the below error:
There was an error during the spying operation.
System.ApplicationException: Unable to cast COM object of type 'System.__ComObject' to interface type 'Accessibility.IAccessible'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{618736E0-3C3D-11CF-810C-00AA00389B71}' failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers)
at Automate.frmIntegrationAssistant.HandleSpyOrLaunchClick(Object sender, EventArgs e)
Ive tried making a win32 object for IE itself but it still is giving me an error. I know i'm missing a step here and would appreciate anybody to point me towards the right direction.
Any help is highly appreciated
Thanks!
Bri