sal21
11-01-2024, 08:48 AM
Based this lin k:
https://demo.istat.it/app/?i=D7B&l=it&a=2024
1) click on button: Vista Territoriale
2) click on radio button: Tutti i comuni della provincia selezionata (Seleziona la provincia)
3) click on button Cerca
Appear a table with data.
I need to scraping all value of the tavble result. Tks
note: i just have a code to click
...
Set doc = IE.document
With doc
.getElementById("tab-1").Click
.getElementById("provincerb-1").Click
.getElementById("btnricerca-1").Click
End With
...
https://demo.istat.it/app/?i=D7B&l=it&a=2024
1) click on button: Vista Territoriale
2) click on radio button: Tutti i comuni della provincia selezionata (Seleziona la provincia)
3) click on button Cerca
Appear a table with data.
I need to scraping all value of the tavble result. Tks
note: i just have a code to click
...
Set doc = IE.document
With doc
.getElementById("tab-1").Click
.getElementById("provincerb-1").Click
.getElementById("btnricerca-1").Click
End With
...