jjlee / mechanize

Stateful programmatic web browsing in Python, after Andy Lester's Perl module WWW::Mechanize .
http://wwwsearch.sourceforge.net/mechanize/
618 stars 121 forks source link

Two controls in form same name different id #47

Closed mikeleg closed 2 years ago

mikeleg commented 13 years ago

Whene mechanize find a form that contain 2 controls with the same name but different id, the dict of controls in form have the key like name not the id.

Deusdies commented 13 years ago

Agreed, I have the same issue