@cruxxx You can use the "Node.js" module in BAS to do this.
You can use Playwright or Puppeteer.
Personally, I often use Playwright to control external anti-detect browsers.
You can use the keywords I just provided and use AI to help you.
I want disable default Chrome PDF Viewer in BAS script.
i have tried chrome command line option --disable-plugins, --disable-extensions
but BAS still open pdf in browser and download command failed..
OR
is there way to set chrome option? like : plugins.always_open_pdf_externally = false/true
OR
Toggle this download pdf button.

@desidhamka said in Disable Chrome PDF Viewer ?:
I want disable default Chrome PDF Viewer in BAS script.
i have tried chrome command line option --disable-plugins, --disable-extensions
but BAS still open pdf in browser and download command failed..OR
is there way to set chrome option? like : plugins.always_open_pdf_externally = false/true
OR
Toggle this download pdf button.
@desidhamka Thanks.