module AutomationHelpers::Patches::SafariTextPatch

Public Instance Methods

text(type = nil, normalize_ws: ::Capybara.default_normalize_ws) click to toggle source
Calls superclass method
# File lib/automation_helpers/patches/capybara.rb, line 22
def text(type = nil, normalize_ws: ::Capybara.default_normalize_ws)
  super(type, normalize_ws: normalize_ws)
end