I am trying to set the options for Watir with chrome driver, but can no figure out how to set:
chrome://settings/content/pdfDocuments
to true or false.
What would the pref variable be to set this?
Watir::Browser.new :chrome, options: {prefs: prefs}