Table of Contents

Enum StepKind

Namespace
Cress.Recorder.Inference
Assembly
Cress.Recorder.dll

The vocabulary of step kinds the inference engine can produce. Maps directly to operations supported by FlawrightRuntimeDriver.

public enum StepKind

Fields

AssertText = 1

Assert that a text element displays a specific value.

Click = 0

Invoke/click a UI element (button, menu item, etc.).

Navigate = 5

Navigate a browser to a URL (web recorder only).

PressKey = 2

Simulate a keyboard key press.

SetValue = 4

Set the value of an editable element.

WaitForWindow = 3

Wait for a window with a given title to appear.