模拟单击外部域

时间:2017-11-16 10:14:28

标签: javascript phantomjs

我尝试模拟点击以在我的网站上分享G +:

<!doctype html>
<html>
    <head>
        <title>Teste share G+</title>
    </head>
    <body onload="alert('hiii');document.getElementById('share_g').click();">
        <a href="https://plus.google.com/share?url=http://www.example.com" id="share_g" onclick="javascript:window.open(this.href,
  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');document.querySelector('span.RveJvd snByac').click(); return false;"><img
  src="https://www.gstatic.com/images/icons/gplus-64.png" alt="Share on Google+"/></a>

    </body>
</html>

此时工作正常,但我需要点击POST,是否可以使用javascript or pahntomjs模拟此点击?

1 个答案:

答案 0 :(得分:0)

查看正确的文档Here,无需从javascript发布