pythonautomated-testswindmill

How can write a windmill test which uses an <input type="file"> to upload data to the server?


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.


Solution

  • http://groups.google.com/group/windmill-dev/browse_thread/thread/cf9dc969722bd6bb/01aa18fdd652f7ff says it is not possible.