Exemplo n.º 1
0
def be_first_child():
    return bys.first_child()
Exemplo n.º 2
0
def test_first_child():
    assert first_child() == ("xpath", "./*[1]")