I want to click on all the polygons and download their corresponding datasets from this webpage https://opengeodata.lgl-bw.de/#/(sidenav:product/1) , ( map needs to be zoomed in to less than 1000m scale to see the polygons). Challenge is the webpage allows to select and download only 5 polygons at a time. So I want to automate this process using selenium and ChromeDriver. The issue I'm facing is that I couldn't able to access the IDs of the polygons or their location, to query and download them.
Additional information that might be useful is metadata info of one such polygons that was downloaded manually:(https://metadaten.geoportal-bw.de/geonetwork/srv/api/records/177e73fb-60ab-64c9-d3c1-af8840ebfbea/formatters/xsl-view?output=pdf&language=ger&approved=true).
