Selenium.Internal.SeleniumEmulation NamespaceWebDriver
 
Classes

  ClassDescription
Public classCompoundMutator
A class that collects together a group of other mutators and applies them in the order they've been added to any script that needs modification. Any JS to be executed will be wrapped in an "eval" block so that a meaningful return value can be created.
Public classFunctionDeclaration
A mechanism for taking a function declaration from a script meant for Selenium Core and converting to something that webdriver can evaluate.
Public classJavaScriptLibrary
Provides the internal JavaScript library.
Public classSeleniumMutator
A mechanism for taking a script meant for Selenium Core and converting to something that webdriver can evaluate.
Public classVariableDeclaration
A mechanism for taking a variable declaration from a script meant for Selenium Core and converting to something that webdriver can evaluate.
Interfaces

  InterfaceDescription
Public interfaceIFilterFunction
Provides a method by which to filter elements.
Public interfaceIScriptMutator
A mechanism for taking a single method from a script meant for Selenium Core and converting to something that webdriver can evaluate.