downloadToTab function does not set pdf name #4630
Labels
Invalid
The issue template has not been completed properly. Issue wont be resolved until corrected
Question - Ask On Stack Overflow
Questions must be asked on Stack Overflow
I want to open the pdf in the browser instead of downloading it. So, I used 'downloadToTab' function. But the new tab does not set the file name I passed.
Below is my code
tableObject.downloadToTab('pdf', 'USERS.pdf')
But the pdf name is some random string
The text was updated successfully, but these errors were encountered: