Module: AutomationHelpers::Patches::SafariTextPatch Private
- Defined in:
- lib/automation_helpers/patches/capybara_safari.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.
36 37 38 |
# File 'lib/automation_helpers/patches/capybara_safari.rb', line 36 def text(type = nil, normalize_ws: ::Capybara.default_normalize_ws) super end |