geb jquery.mouseover()无效

时间:2016-04-18 15:43:29

标签: selenium geb

geb documentation表明它内置了jQuery支持。我对一种叫做鼠标悬停的特殊方法感兴趣。但是,当我尝试使用鼠标悬停功能时,我会收到一条警告,"无法解析符号' mouseover'"。即使我在他们的示例中使用代码,也会发生这种情况。我错过了什么?

1 个答案:

答案 0 :(得分:1)

这可能无法直接回答您的问题。但是如果你试图在Geb中模仿鼠标操作,你也可以使用

  interact {
    moveToElement(element)
  }

http://www.gebish.org/manual/current/#interact-closures