When using Firefox in the console, I can enter:
$("a:contains('tekst')")
and it will display:
object { length: 1, ... }
However, when attempting the same in firefox
opened by behat
with sellenium
, I receive the error message:
SyntaxError: An invalid or illegal string was specified
Does the console in firefox
under sellenium
operate differently?