Method: Selenium::WebDriver::Platform.win?

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

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


75
76
77
# File 'lib/selenium/webdriver/common/platform.rb', line 75

def win?
  os == :windows
end