html - Press with Python an Webpage button and download file -


i have following site, has no api. need downloaffrom there specific data. how can python click on right things , let accept file?

url: https://osm.wno-edv-service.de/boundaries/

things need pressed (in order):

  1. activate oauth
  2. on bottom line: "shp"
  3. on list @ left side right click , there "export full subtree"

after python need accept file , save it.

is possible , there documentation it? (i tried google seems to specific)

edit: not searching exact code if there libs or examples it.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -