Open MurphyPone opened 4 years ago
The follow_link(value=None, *args, **kwargs) documentation notes are incorrect.
follow_link(value=None, *args, **kwargs)
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
find()
find_all()
click a link
The
follow_link(value=None, *args, **kwargs)
documentation notes are incorrect.On https://robobrowser.readthedocs.io/en/latest/api.html, the method description reads
Which appears to pertain to
find()
orfind_all()
Should just be