相同的选择器在常规浏览器和硒中给出不同的结果

The same selector give diffrent results at regular browser and selenium

在 Firefox 的控制台中,我可以输入:

$("a:contains('tekst')")

我看到了

object { length: 1, ... }

当我在 behatsellenium 启动的 firefox 中执行相同操作时,我得到:

SyntaxError: An invalid or illegal string was specified

selleniumfirefox 中的控制台是否工作不同?

您使用的是什么版本的 Firefox 和 Selenium Server?已知某些组合会产生错误。