gpt4 book ai didi

CasperJS:打开一个新窗口

转载 作者:行者123 更新时间:2023-12-02 21:44:07 26 4
gpt4 key购买 nike

页面上有一个链接:

<a id="quote" href="quote.html" target="_blank">Quote</a>

在CasperJS中点击它,但无法在新窗口中捕获页面。

casper.start('http://domain.com');
casper.thenClick('#quote');
casper.then(function() {
this.capture('file1.png');
});

casper.run();

最佳答案

另请参阅 casperjs 中有关以下内容的文档:

casper.waitForPopup();
casper.withPopup();

新窗口(当点击带有 target="_blank"属性的链接时)可以被视为弹出窗口。

文档位于:http://docs.casperjs.org/en/latest/modules/casper.html#waitforpopup

关于CasperJS:打开一个新窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19828704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com