Method: Selenium::WebDriver::Platform.linux?

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

.linux?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)


83
84
85
# File 'lib/selenium/webdriver/common/platform.rb', line 83

def linux?
  os == :linux
end