An NDoc Documented Class Library

DefaultSelenium.UseXpathLibrary Method 

Allows choice of one of the available libraries.

public void UseXpathLibrary(
   string libraryName
);

Parameters

libraryName
name of the desired library Only the following three can be chosen:
  • "ajaxslt" - Google's library
  • "javascript-xpath" - 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.

Implements

ISelenium.UseXpathLibrary

See Also

DefaultSelenium Class | Selenium Namespace