PowerShell, how to press a button on a web form
The page https://schneegans.de/windows/unattend-generator
is a form that lets you define what will be in the autounatted.xml
to use with automated installations of Windows, and results in a URL that contains all of these options. Now that I have exactly what I want from the options in the form, I want to then press the Download file
button that is on the form so that I can get the autounattend.xml
onto my system. I’ve been trying the below without success. Maybe I am using the wrong approach to collect this XML file?