# File lib/chromedriver/helper.rb, line 14
    def run(*args)
      download
      exec binary_path, *args
    end