[1012] Change "combobox-item" in a web page
Background: Copy all table information to the Excel from https://services.accesscanberra.act.gov.au/s/public-registers/epa-registers?registerid=environment-protection-authorisation-search
The issue is that it can only show at most 50 records in one page, and how to show more like 1000 in the page?
The solution is as follows.
- Find the HTML information, and change the show value and actual value
- All above values are change to 1100, so it can show all records within one page
data-value="1100"
: actual value can affect the page...>1100<...
: shown value