tags:

views:

411

answers:

1

I'm using selenium and I need to change or make sure my instance of selenium is using this XPath library. Where do I configure the line selenium.useXpathLibrary("javascript-xpath");? Which file is it in order is it in?

A: 

This is a new feature added to Selenium. I just had to get the latest version and then I was able to access it through the .NET API.

Paul Mendoza