Table of Contents

Class JavaWebRule

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Java.dll
public class JavaWebRule : LineageGlueRule, IEquatable<Descriptor>, IComparable<Descriptor>
Inheritance
JavaWebRule
Implements
Inherited Members

Constructors

JavaWebRule()

public JavaWebRule()

Methods

CreateApplet(GlueRuleExecutionState)

public static void CreateApplet(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

Execute(GlueRuleExecutionState)

Executes the rule.

public override void Execute(GlueRuleExecutionState state)

Parameters

state GlueRuleExecutionState

The current rule execution state.

Remarks

This has to be implemented by the rule classes.