We are facing an issue with exporting a Flexmonster report to Excel through Selenium automation.
We are using the following Selenium C# code: Here strFilePath I habe given my name to file and used as variable.
js.ExecuteScript("flexmonster.exportTo('excel', { filename: '" + strFilePath + "' })");
Issue:
exportTo() method is being executed..tmp file is created in the target folder, but the Excel (.xlsx) file is never generated.Manual test:
Additional information: