基于:contains的噩梦JS点击

时间:2018-08-28 23:26:19

标签: javascript jquery node.js nightmare

使用NightmareJS,我想根据关键字查找元素,然后单击该元素。这是我到目前为止的内容:

.evaluate(function() {
  $(':contains("Jacket")')
  //Now I need to find this and click on this how would I go about this?
})

这不起作用

  .click(':contains("Jacket")')

0 个答案:

没有答案