Module: Capybara::WSL::DSL

Defined in:
lib/capybara/wsl/dsl.rb

Instance Method Summary collapse

Instance Method Details

#save_and_open_page_wsl(path = nil) ⇒ Object



6
7
8
# File 'lib/capybara/wsl/dsl.rb', line 6

def save_and_open_page_wsl(path = nil)
  Capybara::WSL.save_and_open_page(path)
end

#save_and_open_screenshot_wsl(path = nil, **options) ⇒ Object



10
11
12
# File 'lib/capybara/wsl/dsl.rb', line 10

def save_and_open_screenshot_wsl(path = nil, **options)
  Capybara::WSL.save_and_open_screenshot(path, **options)
end