# File lib/selenium/rspec/reporting/system_capture.rb, line 7
 7:         def initialize(selenium_driver, example, file_path_strategy)
 8:           @selenium_driver = selenium_driver
 9:           @example = example
10:           @file_path_strategy = file_path_strategy 
11:         end