Method: Selenium::WebDriver::Platform.mac?

Defined in:
lib/selenium/webdriver/common/platform.rb

.mac?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


79
80
81
# File 'lib/selenium/webdriver/common/platform.rb', line 79

def mac?
  os == :macosx
end