phantomjs iframe 访问元素

执行参数:phantomjs --web-security=no xxx.js

var content = page.evaluate(function() {
    return $("iframe:first").contents().find("#ptlogin_iframe").contents().find("#switcher_plogin").html();
});


你可能感兴趣的:(phantomjs iframe 访问元素)