module Selenium::WebDriver::Platform

def linux?

def linux?
  os == :linux
end