jmcarp / jmcarp/robobrowser

Finding form by name doesn't work

Open
#73 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3.7k
Forks
336
PR merge metrics
No merged PRs in 30d

Description

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'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.