views:

21

answers:

0

Title says it pretty much all...

I'm trying to automate tests on a web application with Windmill, and some of the test need to use forms with input type="file". I know it is not possible to manipulate this with js, but I'm wondering if the Python API of windmill allows this. I could not find anything in the docs, though, nor in the examples, so I'm a bit pessimistic.

Will roll my own if necessary using Python's stdlib, but integrating this in the windmill tests would have been great.