Help for this page

Select Code to Download


  1. or download this
    my( $value, $type ) = $mech->eval_in_page(<<'JS');
        var videoElement = find_video_element(); // you need to write that
    + yourself
        return videoElement.ended;
    JS