Sha256: 0e425256af6e0627dae31929943c3806016786a38a35e5a3152bd7d4dcdb8940
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
desc 'chromedriver-update', 'Update the chromedriver' long_desc <<-LONGDESC Example: `geordi chromedriver_update` This command will find and install the matching chromedriver for the currently installed Chrome. LONGDESC def chromedriver_update require 'geordi/chromedriver_updater' ChromedriverUpdater.new.run end
Version data entries
6 entries across 6 versions & 1 rubygems