I'm using Puppeteer Sharp to test my web app. My web app has a button that triggers an <input type="file">
to let the user select a CSV file to upload.
How do I use that to upload a file when testing via Puppeteer Sharp? Just clicking the button isn't enough, because I need to give the browse-for-file dialog a path to the file.