Enum StepKind
The vocabulary of step kinds the inference engine can produce.
Maps directly to operations supported by FlawrightRuntimeDriver.
public enum StepKind
Fields
AssertText = 1Assert that a text element displays a specific value.
Click = 0Invoke/click a UI element (button, menu item, etc.).
Navigate a browser to a URL (web recorder only).
PressKey = 2Simulate a keyboard key press.
SetValue = 4Set the value of an editable element.
WaitForWindow = 3Wait for a window with a given title to appear.