my $image = $ie->getImage('alt:', "Incidents"); if (! $image) { die "Couldn't find 'Incidents' image on the current page."; }; $image->Click();