class Capybara::SessionConfig

def test_id=(id)

Parameters:
  • id (String, Symbol, nil) -- Name of the attribute to use as the test id
def test_id=(id)
  @test_id = id&.to_sym
end