You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "…/test.py", line 14, in main
request_data = form2request(form, data, click=submit_button)
File "…/venv/lib/python3.13/site-packages/form2request/_base.py", line 277, in form2request
url = _url(form, click_element)
File "…/venv/lib/python3.13/site-packages/form2request/_base.py", line 58, in _url
raise ValueError(f"{form} has no base_url set.")
ValueError: <Element form at 0x718318eb3430> has no base_url set.
We might need to allow passing a URL to build_form when not using a Selector as input.
The text was updated successfully, but these errors were encountered:
It fails as it is with:
We might need to allow passing a URL to
build_form
when not using aSelector
as input.The text was updated successfully, but these errors were encountered: