Hi,
I am encountering an issue after updating to Katalon’s 10.x version. Previously, I used the `DesiredCapabilities` feature to download PDF files from Chrome to a specific location on my machine. With the update, this feature is no longer available.
I was using the following `DesiredCapabilities` settings for this purpose:
My script clicks on a link that should initiate a PDF download. Prior to the update, the PDF would automatically download to the specified location. Now, however, the PDF opens in a new tab instead of downloading, despite my Chrome settings being configured to download files to the “Download” folder.
Could you please provide assistance on how to convert these `DesiredCapabilities` settings to use `Options` in Katalon 10.x, so that the PDFs download directly?
Thanks.



