When a link is clicked in our application, it opens a new window with a secure PDF file. We are looking to validate this using Selenium in Ruby. However, we encountered an issue in IE9 where there is no HTML/DOM element for validation.
We were able to successfully perform this validation in Firefox and Chrome browsers since there are HTML/DOM elements present for the PDF page.
Is there another method to validate the text of a PDF from the browser URL?