Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    open( $fh, ">", "second_page.htm");
    print $fh $selen->get_page_source();
    close( $fh );
    
  2. or download this
    NFO: Created new Web Driver instance.
    REQ: POST, http://localhost:4444/wd/hub/session/349dc119-3d7d-48a6-921
    +e-ff9041eeb3f2/timeouts, {"type":"page load","ms":60000}
    ...
    ERROR: Could not locate element using xpath //a[@id='signin-link']. at
    + ./stock_scraper.pl line 76.
    REQ: DELETE, http://localhost:4444/wd/hub/session/349dc119-3d7d-48a6-9
    +21e-ff9041eeb3f2, {}
    RES: {"state":"success","sessionId":null,"hCode":998727408,"value":{},
    +"class":"org.openqa.selenium.remote.Response","status":0}
    
  3. or download this
    
    <!DOCTYPE html>
    ...
        </script>
    </body>
    </html>