cemerick / clojurescript.test

A maximal port of `clojure.test` to ClojureScript. DEPRECATED
165 stars 32 forks source link

Using slimerjs + casperjs to upload file #83

Closed Arko2013 closed 9 years ago

Arko2013 commented 9 years ago

Hi folks,

I have been writing automated testscripts for running a web-app using slimerjs + casperjs; that is Casperjs is for the coding and Slimerjs as the engine. I have recently encountered the problem of uploading a file . To be more clear, on clicking the Upload option, a window opens displaying my local File system. I am being unable to gain access to this window through my Automated code. Any help or suggestion regarding this ?

cemerick commented 9 years ago

Are you using clojurescript.test? I can't provide any help with casperjs.

cemerick commented 9 years ago

Sorry for the troubles, but I've deprecated this project. Please see the notice at the top of the repo's README. This is a good thing, fundamentally. :-)