An NDoc Documented Class Library

ISelenium.UseXpathLibrary Method 

Allows choice of one of the available libraries.

void UseXpathLibrary(
   string libraryName
);

Parameters

libraryName
name of the desired library Only the following three can be chosen: ajaxslt - Google's library javascript - Cybozu Labs' faster library default - The default library. Currently the default library is ajaxslt. If libraryName isn't one of these three, then no change will be made.

See Also

ISelenium Interface | Selenium Namespace