Sha256: c007cfba7eead0eda3d8fdc0dde5b103662c27b546e75e57677a53ba83386f6e
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
Isomorfeus::Puppetmaster.register_driver(:chromium) do |app| Isomorfeus::Puppetmaster::Driver::Puppeteer.new(browser_type: :chromium, headless: true, app: app) end Isomorfeus::Puppetmaster.register_driver(:chromium_wsl) do |app| Isomorfeus::Puppetmaster::Driver::Puppeteer.new(browser_type: :chromium, headless: true, app: app, args: ['--no-sandbox']) end Isomorfeus::Puppetmaster.register_driver(:chromium_debug) do |app| Isomorfeus::Puppetmaster::Driver::Puppeteer.new(browser_type: :chromium, headless: false, devtools: true, app: app) end
Version data entries
3 entries across 3 versions & 1 rubygems