# File lib/selenium/auto_it_driver.rb, line 5
  def self.load
    begin
      @@autoit = load_instance
    rescue WIN32OLERuntimeError
      registerAutoItDll
      @@autoit = load_instance
    end
    @@autoit
  end