http://qs321.pair.com?node_id=1164049


in reply to Compare method with Selenium

Hello Chaoui05,

I assume the return value of the save Method is stored in your Scalars $white and $blue

Try this:
my $white = Selenium::Screenshot->new( png => $driver->screenshot, exclude => [{ size => { width => 10, height => 10 }, location => { x => 5, y => 5 }, }] ); $white->save( file => "snapScreenshot" );