Module: Venetian
- Defined in:
- lib/venetian.rb,
lib/venetian/gemspec.rb,
lib/venetian/railtie.rb,
lib/venetian/version.rb,
lib/venetian/upstream.rb,
lib/venetian/executable.rb,
lib/venetian/browser_installer.rb,
lib/venetian/browser_runner_extensions.rb,
lib/venetian/playwright_create_extensions.rb
Overview
# Venetian
Native Playwright driver for Capybara.
Defined Under Namespace
Modules: BrowserRunnerExtensions, Executable, PlaywrightCreateExtensions, Upstream Classes: BrowserInstaller, Error, Railtie
Constant Summary collapse
- GEMSPEC =
Gem.loaded_specs.values.reverse.find do |spec| spec.gem_dir == Pathname.new(__dir__).join("..", "..")..to_path end
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.auto_install_browsers ⇒ Object
Returns the value of attribute auto_install_browsers.
Class Method Summary collapse
Class Attribute Details
.auto_install_browsers ⇒ Object
Returns the value of attribute auto_install_browsers.
19 20 21 |
# File 'lib/venetian.rb', line 19 def auto_install_browsers @auto_install_browsers end |
Class Method Details
.execute(echo: true) ⇒ Object
26 27 28 |
# File 'lib/venetian.rb', line 26 def self.execute(*, echo: true) Executable.execute(*, echo: echo) end |