Allows choice of one of the available libraries.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- libraryName
- Type:
System 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" .
See Also