module Selenium::WebDriver

def self.root

def self.root
  @root ||= File.expand_path('..', __dir__)
end