Scenario
I have a situation where, after clicking an image, a PDF file is displayed within a browser window.
I have been tasked to verify the correct page is being displayed and that the embedded links are working.
Status
I am able to verify the document by searching for strings of text using + + F and executing a checkpoint on the results inside of the search panel.
Problem
My problem is being able to verify that the embedded links are valid and active.
Results
The links are highlighted in the normal manner so Adobe is aware that they are links. If I record a click on the link I get Browser("Browser").WinObject("AVPageView").Click 240,198 When I replay the recorded statements it hangs on the following checkpoint because the link was never executed.
I installed AcroQTP to see if there was any functionality that would help me. The only significant change is that it no longer records Browser("Browser").WinObject("AVPageView").Click 240,198
Am I attempting the impossible? Has anyone else met this requirement?