class Selenium::WebDriver::Firefox::Launcher

def start

def start
  assert_profile
  @binary.start_with @profile, @profile_dir, '-foreground'
end