How to evaluate an xpath in chrome ?
According to stack overflow, simply use something like the following from the chrome console :
$x("//img")
It works great.
According to stack overflow, simply use something like the following from the chrome console :
$x("//img")
It works great.
Leave a comment