in reply to How can i recognize a button having same name

At the moment there isn't a simple way. There is an open bug on the issue.

  • Comment on Re: How can i recognize a button having same name

Replies are listed 'Best First'.
Re: Re: How can i recognize a button having same name
by Anonymous Monk on Jul 07, 2003 at 11:27 UTC
    adrianh, Is there any solution? If you have any idea, pls post a comment here. Regards,

      There's a hack to get around it listed in the bug report I referenced. There is no "nice" way of doing it unfortunately.

      I just switched to not having multiple buttons with the same name. Getting easier testing with W::M was worth the (minor) effort.

        adrianh,
        "W::M" means WWW::Mechanize?
        I am connecting to another server, there html format contains multiple button containing same name.
        I don't have any control in that server.
        If i proceed using WWW::Mechanize, can i get a solution for this?
        I am expecting a suggestion from you whether to continue or not
        Thanks