in reply to html code not in response but content display on a page

Maybe that website uses Javascript to display the information or these elements?

Have you tried visiting the site with Javascript switched off in your browser to see whether the elements behave as you expect?

WWW::Mechanize does not support Javascript.

You can try WWW::Mechanize::Firefox or WWW::Mechanize::Chrome to see if they can fetch the information from the page, as these support Javascript.

  • Comment on Re: html code not in response but content display on a page

Replies are listed 'Best First'.
Re^2: html code not in response but content display on a page
by frazap (Monk) on Jul 14, 2017 at 07:41 UTC
    Well thanks: without javascript the lines are missing. Will try Mechanize::Firefox

    Done ... Work great !

    Thanks again F.