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