What I mean that in the inspection of
my element I found that the two links
have the same name but are on different forms.
I want to click the second link.
How could I specify that in water?
Thanks in advance.
browser.form(how, what).link(how, what)
If you provide relevant HTML I can be more specific.