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

ple4tests.webdriver-overload.3.0.6.source-code.chrome_options_headless.yml Maven / Gradle / Ivy

The newest version!
arguments:
  - "--start-maximized"
  - "--disable-dev-shm-usage"
  - "--safebrowsing-disable-download-protection"
  - "--ignore-certificate-errors"
  - "--headless"
  - "--disable-gpu"
  - "--remote-allow-origins=*"
capabilities:
  acceptInsecureCerts: true
experimentalOptions:
  download.default_directory: "${user.home}\\Downloads"
  download.prompt_for_download: false
  pdfjs.disabled: true
  plugins.always_open_pdf_externally: false
  plugins.plugins_disabled: "Chrome PDF Viewer"
  profile.default_content_settings.popups: 0
  safebrowsing.enabled: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy