将casperJS更新到最新版本后,我遇到了问题。
this.clickLabel('Add a link...', 'span');
this.sendKeys('input[id="newLinkSourceUrl"]', "http://google.com", {keepFocus: true, reset: true});
this.clickLabel('Shrink', 'span');
this.wait(30000, function() {
this.capture('n1.png');
});
这曾经工作得很好,但现在点击“收缩”后,即使等待很长时间后页面也不会更新。我附上了我得到的结果。 The image