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

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

#exclude?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, but test can not be run because it breaks other tests, or it is flaky and unreliable

Returns:

  • (Boolean)
[View source]

77
78
79
# File 'lib/selenium/webdriver/support/guards/guard.rb', line 77

def exclude?
  @type == :exclude || @type == :flaky
end