class Capybara::Selector
def match?(locator)
-
(Boolean)
- Whether or not to use this selector
Parameters:
-
locator
(String
) -- The locator passed to the query
def match?(locator) @match&.call(locator) end
(Boolean)
- Whether or not to use this selector
locator
(String
)
-- The locator passed to the query
def match?(locator) @match&.call(locator) end