module SeleniumLauncher

Constants

VERSION

Public Class Methods

launch() click to toggle source
# File lib/selenium-launcher.rb, line 5
def self.launch
  ConfigChecker.new
  SeleniumLauncher::Launcher.new.driver
end