In my test scenario i do click on a link present in my webpage using selenium web driver and this click action initiate downloading a file to the computer...... In this flow it do not open any window asking where to save the file and it saves to the default download folder..so it is fine...
Now my objective is to test/verify this download process happened or not using WebDriver Selenies commands it self ...? So basically an assertion method required for the download ... Am doing this in Chrome browser Can any one please share how can we do this
Thanks in Advance Musaffir