in reply to using WWW::Mechanize to adress fields

hmm, it says http method Post is not supported by this Url. The get method works though. I am trying to enter a chat similar to the one here. Any suggestions?

  • Comment on Re: using WWW::Mechanize to adress fields

Replies are listed 'Best First'.
Re^2: using WWW::Mechanize to adress fields
by Corion (Patriarch) on Jun 13, 2014 at 08:30 UTC

    Have you checked whether that page uses Javascript? WWW::Mechanize does not support Javascript.

      It does. But the code is in different files. I dont know what to make of it all. Is there a similar module that has support for Javascript? All i have to do is pass a value and simulate a button click it appears.