I am doing screen scrapping from E Paper ( https://epaper.dawn.com/ ). But i am facing the issue is that, here have more than 1 container in each page if i will select all then show only one container. But the extracting time. How Can i use the HTML of this E Paper containers.
Please help me out to extract the data from this epaper.
Hi Anil G,
Actually once i am trying to extract the first page of this e paper. I am not extracting it because this page have multiple containers. So in this scenerio i use click activity and click it only 1 container and open it then i am extracting the each container. But i need all containers at the same time.
Plz open this link of epaper which i have mentioned. You would see that this epaper have multiple images. Let me know how can i extract the page in this scenerio.
And it’s necessary to create filter selector string by ourselves.
In this case, we need to investigate structure of this page from html source and/or UiExplorer. Then we can write filter string to extract Area tag, because this page is clickable map(image map) which uses Map element and Area element and url is included in Area tag.