Inaccurate Docs
Open
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
The `follow_link(value=None, *args, **kwargs)` documentation notes are incorrect.
On https://robobrowser.readthedocs.io/en/latest/api.html, the method description reads
> Find a click a link by tag, pattern, and/or BeautifulSoup arguments.
Which appears to pertain to `find()` or `find_all()` Should just be
>click a link
Contributor guide
Assessment
This issue has not been assessed yet.