0

画像で強調表示されたリンクをクリックしたい

クリックしたい場所

しかし、それをクリックしていません。私のコード:

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 に答える