I was reading about Web Scraping using Python in this post:
https://www.edureka.co/blog/web-scraping-with-python/
Currently I have to daily go open the Spotfire web report select some filters and manually type the data in an excel document,
I am trying to automatically grab the data from a Sportfire Web Report, specific data in a label over a chart for example.
(not exporting data sheet or table) Just the specific values under a certain fields in the report
But I can't find the way to apply this method or if this is the best solution to it, someone knows a way to do this?