Module: AutomationHelpers::Patches::SafariTextPatch Private
- Defined in:
- lib/automation_helpers/patches/capybara.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#text(type = nil, normalize_ws: ::Capybara.default_normalize_ws) ⇒ Object
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.
28 29 30 |
# File 'lib/automation_helpers/patches/capybara.rb', line 28 def text(type = nil, normalize_ws: ::.default_normalize_ws) super end |