in reply to Re^2: Best way to parse/evaluate HTML page contents for apparent image size
in thread Best way to parse/evaluate HTML page contents for apparent image size

dude , WWW::Mechanize::Firefox has screenshot example, but it is not pure perl, and displays sizes as firefox does
  • Comment on Re^3: Best way to parse/evaluate HTML page contents for apparent image size

Replies are listed 'Best First'.
Re^4: Best way to parse/evaluate HTML page contents for apparent image size
by Anonymous Monk on Dec 14, 2012 at 22:35 UTC
    Yes, it looks like $mech->element_coordinates( $element ) will do precisely what I need. A series of arithmetic operations should quickly give me actual rendered image size, thank you.

    In absence of someone saying 'ah, but this module is better' or 'that module is pure perl', I'm planning on going this route.