I am in the process of rewriting Selenium Library to Browser Library and hit a challenge. The site I am testing creates a dynamically generated PDF. In Selenium with Firefox I disable showing PDF files in the browser which triggers the browser to download the PDF on which I later run a compare validation process on.
In the Browser Library I have not had any luck finding how to disable the PDF viewing and force the PDF to be downloaded in Chromium.