Aug 8, 2012

How to test Selenium CSS and XPath expretions in Chrome

You can simply test them in console:
// XPath syntax:
$x("EXPRESSION_HERE")
 
//CSS syntax:
$$("EXPRESSION_HERE")

1 comment:

d*vus said...

.. or use FirePath