Utkarsh Tyagi

Results 2 comments of Utkarsh Tyagi

same error... > data={"using": selector_type.value, "value": selector}, AttributeError: 'str' object has no attribute 'value'

> > > I think it is about xpath selector, I've done pull request for it #58 > > > ```python > > > async def test_simple_form_submit_xpath(session): > > >...