How to scrape sites that generate elements with dynamic attributes?
I am trying to scrape a site that generates different CSS classes for the target elements I need to get the value of each time the page is rendered and there are no other attributes to select or suitable parent elements to traverse and I would prefer not using XPATH. Is it possible to decode this HTML to its original form to more easily scrape it?
Also is there any technique that would make it possible to detect changes or addition of pages?
Also is there any technique that would make it possible to detect changes or addition of pages?