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.
Inheritance Hierarchy

Selenium.Internal.SeleniumEmulation CompoundMutator
Namespace: Selenium.Internal.SeleniumEmulation
Assembly: Selenium.WebDriverBackedSelenium (in Selenium.WebDriverBackedSelenium.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public class CompoundMutator : IScriptMutator
See Also