Method: Selenium::WebDriver::Support::Guards::Guard#except?

Defined in:
lib/selenium/webdriver/support/guards/guard.rb

#except?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.

Bug is present on all configurations specified

Returns:

  • (Boolean)
[View source]

66
67
68
# File 'lib/selenium/webdriver/support/guards/guard.rb', line 66

def except?
  @type == :except
end