0

I am Trying to write a test using nightwatch js to validate the file is downloaded after click on button/link in the web page. No need to check data inside file, i would only require to check if the file is downloaded or not. Also before I download I have to delete the existing files from download folder so that copy of same file doesn't occur. How this can be achieved in Nightwatch js? Please help me.

Sailesh Botcha
  • 185
  • 1
  • 3
  • 10
  • try this. https://stackoverflow.com/questions/24370238/testing-download-links-with-nightwatch-js – sbr Nov 08 '17 at 18:06
  • i haven't tried it with content length as of now, i am new to nightwatch js , if i had to click on button in web page and check the file is downloaded or not what value i would need to pass in "path": value (it is a button tag in the DOM , if it was a anchor tag then i would passed href attribute value) – Sailesh Botcha Nov 08 '17 at 18:15

0 Answers0