# File lib/selenium/rspec/reporting/selenium_test_report_formatter.rb, line 64
64:       def self.capture_system_state(selenium_driver, example)
65:         system_capture = Selenium::RSpec::Reporting::SystemCapture.new(selenium_driver, example, file_path_strategy)
66:         system_capture.capture_system_state                      
67:       end