Hello,
Is there any other way to handle file save through webdriver when exporting the .json file to machine from web application.
Or any other approach to handle file save dialog box without using AutoIT.
I tried editing about:config parameter
browser.helperApps.neverAsk.saveToDisk; application/json, which is not working
Can anyone suggest better approach.