1

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?

takanorig
  • 75
  • 6

1 Answers1

0

Sorry we haven't implemented it yet. If you have some sample Selenium code we can take a look at that. Maybe we should open a feature request.

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248