Search code examples
perlmechanizewww-mechanize

Does set_visible in perl WWW:mechanize alter the page content


I am calling set_visible and the return value is non-zero. But when I print the content, it is the same as the default. Is this the intended value.

Also, if I have javascript that will change another field, when will that execute (or does it)?


Solution

  • As noted in the FAQ, WWW::Mechanize does not run Javascript.