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

adrianh, Is there any solution? If you have any idea, pls post a comment here. Regards,
  • Comment on Re: Re: How can i recognize a button having same name

Replies are listed 'Best First'.
Re^3: How can i recognize a button having same name
by adrianh (Chancellor) on Jul 07, 2003 at 12:08 UTC

    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

        Read the bug report. That's all the information I have.

        Whether you continue or not depends on how you judge the risk of using an undocumented feature. I've not tried it, and I don't know what your project involves, so I don't know.