ISelenium UseXpathLibrary Method WebDriver
Allows choice of one of the available libraries.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

void UseXpathLibrary(
	string libraryName
)

Parameters

libraryName
Type: OnlineSystem String
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.
See Also