Method: Selenium::WebDriver::Platform.ironruby?
- Defined in:
- lib/selenium/webdriver/common/platform.rb
permalink .ironruby? ⇒ 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.
63 64 65 |
# File 'lib/selenium/webdriver/common/platform.rb', line 63 def ironruby? engine == :ironruby end |