You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to this module would make life a lot easier for me. The reason I looked into django-casper was to test code that uses a form's submit button to download a file. The base64decode() example was useful for me to retrieve a file via a POST request, but I need to decode the file, and that requires the clientutils module.
Help! Or a workaround, where I don't need to encode then decode the file I get from a POST request. :-)
Thanks!
The text was updated successfully, but these errors were encountered:
http://casperjs.readthedocs.org/en/latest/modules/clientutils.html
Access to this module would make life a lot easier for me. The reason I looked into django-casper was to test code that uses a form's submit button to download a file. The base64decode() example was useful for me to retrieve a file via a POST request, but I need to decode the file, and that requires the clientutils module.
Help! Or a workaround, where I don't need to encode then decode the file I get from a POST request. :-)
Thanks!
The text was updated successfully, but these errors were encountered: