I\'m trying to fill two forms and login to my banks website.
I can get the first form for the username to fill but I can\'t seem to get the form for the password to
The error indicates that you are trying to fill a list of elements. You need to select just one of the elements in the list. You probably want something like:
find_by_name('foo').first.fill()