screenshots_dir()
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 94
          def screenshots_dir
            Capybara.save_path.presence || "tmp/screenshots"
          end