All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ple4tests.webdriver-overload.2.0.0.source-code.firefox_options_headless.yml Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
binary: "C:/Program Files/Mozilla Firefox/firefox.exe"
arguments:
  - "-headless"
capabilities:
  marionette: true
  strictFileInteractability: false
  unexpectedAlertBehaviour: "ignore"
  acceptSslCerts: true
  acceptInsecureCerts: true
profile:
  preferences:
    browser.cache.disk.enable: false
    browser.helperApps.neverAsk.saveToDisk: "application/csv,application/json,application/octet-stream,application/pdf,application/vnd.pdf,application/x-compressed,application/x-pdf,application/x-zip-compressed,application/xml,application/zip,image/bmp,image/gif,image/jpeg,image/png,image/tiff,multipart/x-zip,text/csv,text/html,text/plain,text/xml"
    browser.helperApps.alwaysAsk.force: false
    browser.download.manager.showWhenStarting: false
    browser.download.viewableInternally.enabledTypes: ""
    browser.download.dir: "${user.home}\\Downloads"
    browser.download.folderList: 2
    pdfjs.disabled: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy