method
supports_screenshot?
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
supports_screenshot?()private
No documentation available.
# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 90
def supports_screenshot?
Capybara.current_driver != :rack_test
end