class Selenium::WebDriver::Firefox::Binary

def macosx_path

def macosx_path
  path = '/Applications/Firefox.app/Contents/MacOS/firefox-bin'
  path = File.expand_path('~/Applications/Firefox.app/Contents/MacOS/firefox-bin') unless File.exist?(path)
  path = Platform.find_binary('firefox-bin') unless File.exist?(path)
  path
end