Class JavaFirefoxWebRule
public class JavaFirefoxWebRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
- Inheritance
-
JavaFirefoxWebRule
- Implements
- Inherited Members
Constructors
JavaFirefoxWebRule()
public JavaFirefoxWebRule()
Methods
Execute(GlueRuleExecutionState)
Executes the rule.
public override void Execute(GlueRuleExecutionState state)
Parameters
stateGlueRuleExecutionStateThe current rule execution state.
Remarks
This has to be implemented by the rule classes.