Help for this page
use strict; use warnings FATAL => 'all'; ... $driver->find_element_by_xpath(".//*[\@id='sblsbb']/button")->click; $driver->pause(5000); $driver->shutdown_binary;