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

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.

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

Replies are listed 'Best First'.
Re: Re^3: How can i recognize a button having same name
by Anonymous Monk on Jul 07, 2003 at 12:33 UTC
    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.