Package jp.vmi.selenium.selenese.mutator

  • Interface Summary
    Interface Description
    ScriptMutator
    A mechanism for taking a single method from a script meant for Selenium Core and converting to something that webdriver can evaluate.
  • Class Summary
    Class Description
    FunctionDeclaration
    Models a function declaration.
    MutatorUtils
    Utilities for mutator.
    SeleneseRunnerMutator
    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.
    VariableDeclaration
    Prepend a variable declaration to a script.
    VariableDeclarationWithDynamicValue
    Variable declaration with dynamic value.