class Capybara::Driver::Node

def set(value, **options)

Parameters:
  • options (Hash{}) -- Driver specific options for how to set a value on a node
  • value () -- String or Array. Array is only allowed if node has 'multiple' attribute
def set(value, **options)
  raise NotImplementedError
end