in reply to Re: WWW::Mechanize Unknown input type 'search'
in thread WWW::Mechanize Unknown input type 'search'

type="search" is not an HTML standard. It seems to be some sort of custom WebKit property. I've spoken to Andy Lester, the writer of WWW::Mech, and he said the only way to prevent warnings is to actually disable them with local $^W=0 or a more flexible reassigning of $SIG{__WARN__} to filter your warnings.
  • Comment on Re^2: WWW::Mechanize Unknown input type 'search'