I have a scenario to automate using Selenium WebDriver Java:
A webpage contains some customer data. It has a link Convert to PDF to convert that customer list in a secured pdf format. I have to verify that list of customers listed inside PDF document is according to the list displayed in the webpage.
Selenium WebDriver has capabilities to interact with elements present within Browser DOM. So to interact with PDF document rendered inside Browser window, I need some other Java utility which can retrieve data present within that PDF document. Please help if anyone faced anything similar before. Thanks in advanced.
Thanks,
Sitam