When using KarateDriver, I want to upload and download files on the browser.
Upload : Using
<input type="file" />
Download : Browser download. The response header is
Content-Disposition: attachment; filename=sample.txt
But I don't know how to do it. Is that possible?