Please help me to find the count of a particular document (specially pdf), document is webbased one, unlike a windows based document, i cannot pass the “Path” then get the count.
Use case is , i will click on the particular document link, as it opends in print window dynamically i need to get the count.
so does it goes with the next document. It wil be helpful, if you can suggest me the solution.
I used Get text in one of the case to get the count, but its not working for other document which has diffrent element / no element. So basically i wanted to know the activity where in we can get the count of webbased document directly.
If its opening in print document in web page…then ideally at the top or bottom you would see the page count…try identifying that directly…instead of trying on the page…
Make sure you make the title dynamic and remove any other dynamic parts from
The selector so that it can be used on multiple pdfs
Hi All, Thanks for your answers, I have used Get text, where element was able to detect, and Screen scrapping where element was not detecting, however i finally found the element using open ui explorer. So finally i got the count with this approach and its working fine, thanks all for your inputs,