我想点击图片中突出显示的链接
但它没有点击它。 我的代码:
var w = div.getElementsByClassName('col5')[0];
w = w.getElementsByTagName('a')[0].click();
答案 0 :(得分:0)
正确答案:
casper.thenClick(xp('//*[@id="tap-on-8438-161-450-35-2013"]'), function() {
console.log("Switched Off for Recording and Continuous Recording");
});