Module: Capybara::WSL::DSL
- Defined in:
- lib/capybara/wsl/dsl.rb
Instance Method Summary collapse
- #save_and_open_page_wsl(path = nil) ⇒ Object
- #save_and_open_screenshot_wsl(path = nil, **options) ⇒ Object
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, **) Capybara::WSL.save_and_open_screenshot(path, **) end |