#!/usr/bin/ruby

require "chromedriver/helper"

Chromedriver::Helper.new.run(*ARGV)
