Method: Selenium::WebDriver::Support::Guards::Guard#exclusive?
- Defined in:
- lib/selenium/webdriver/support/guards/guard.rb
permalink #exclusive? ⇒ 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.
Test only applies to configurations specified
82 83 84 |
# File 'lib/selenium/webdriver/support/guards/guard.rb', line 82 def exclusive? @type == :exclusive end |