Sha256: 269b2885d8c96ff49d376459f1c914455969c4abbcb2f57b7e3bff0fb3ad67d1

Contents?: true

Size: 356 Bytes

Versions: 4

Compression:

Stored size: 356 Bytes

Contents

browser: :chrome
url: 'https://automationteststore.com/'

<%- if selenium_based? -%>
driver_options:
  :timeouts:
    :implicit: 10000 # 10 seconds
<% end -%>

browser_arguments:
  :chrome:
    - no-sandbox
    - disable-dev-shm-usage
    - ignore-certificate-errors
    - search-engine-choice-country
  :firefox:
    - acceptInsecureCerts
    - no-sandbox

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby_raider-1.0.9 lib/generators/templates/common/partials/web_config.tt
ruby_raider-1.0.8 lib/generators/templates/common/partials/web_config.tt
ruby_raider-1.0.7 lib/generators/templates/common/partials/web_config.tt
ruby_raider-1.0.5 lib/generators/templates/common/partials/web_config.tt