use Win32::CaptureIE; StartIE; Navigate('http://www.google.com/'); my $img = CaptureElement('tab_user_options'); $img->Write("screenshot.png"); QuitIE;