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