I'm getting an error when I try to use forward slashes inside a string:
splash:evaljs('document.querySelector("a[href=/some/link/path/]")')
If I take the splashes out it's ok, do I need to escape the forward slashes?
EDIT
I'm using it with evaljs in the DOM context the error is: "SyntaxError: Dom exception 12"