halovski
12 months agoContributor
Downloading and opening files from a browser
What is the best way to open files that are downloaded during a test? Is it manually clicking in explorer or using the "OnWebDownloadFinished" event listener?
Ok Problem solved.
Stupid problem really.
I was running ReadyAPI 1.1.0
I then updated to 1.2.2. However the shortcut on my desktop was still pointing to 1.1.0. Hence the java libs was copied into 1.2.2 since it is the one I thought I was using. As a simple test I copied into 1.2.2 folder. Everything worked perfect :-)
Wil update shortcut now to point to the correct place.
Thanks for everyones input.