Help for this page

Select Code to Download


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