0

i want to perform click on the link highlighted in image

where i want to click

but it is not performing click on it. my code:

var w = div.getElementsByClassName('col5')[0];
w = w.getElementsByTagName('a')[0].click();
4

1 回答 1

0

正确答案:

casper.thenClick(xp('//*[@id="tap-on-8438-161-450-35-2013"]'), function() {
    console.log("Switched Off for Recording and Continuous Recording");
});
于 2013-09-05T06:56:01.233 回答