Method: Selenium::WebDriver::IE::Server#running?
- Defined in:
- lib/selenium/webdriver/ie/server.rb
#running? ⇒ 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.
47 48 49 |
# File 'lib/selenium/webdriver/ie/server.rb', line 47 def running? self.class.is_running end |