2010-11-26 9 views

答えて

1

どのプラットフォームでは? Win32の場合はWin32::CaptureIEです。

これは、そのモジュールのドキュメントからわずか概要である:それはunixのためになる

use Win32::CaptureIE; 

    StartIE; 
    Navigate('http://example.com/page.html'); 

    my $img = CaptureElement('tab_user_options'); 
    $img->Write("ie-elem.png"); 

    QuitIE; 
+0

...これで – Gordon

+0

見http://search.cpan.org/~corion/WWW-Mechanize-Firefox -0.40/lib/WWW/Mechanize/Firefox/Examples.pm#例:_screenshot.pl – jira

+0

素晴らしい、私はこの1つを見てみましょう – Gordon

関連する問題