Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize::Chrome;
    
    ...
    # Works but is there anything simpler???
    $mech->eval_in_page('function xxx(){if(1){console.log("aaa"); return;}
    + console.log("bbb");} xxx();');