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
I'm trying to find a form by name rather than other attributes. Guessing from documentation / examples, I expected this to work:
browser.get_form(name='some_name')
But that explodes with:
File ".../lib/python3.6/site-packages/robobrowser/browser.py", line 293, in get_form
form = self.find(_form_ptn, *args, **kwargs)
TypeError: find() got multiple values for argument 'name'
The text was updated successfully, but these errors were encountered:
I'm trying to find a form by name rather than other attributes. Guessing from documentation / examples, I expected this to work:
But that explodes with:
The text was updated successfully, but these errors were encountered: