Table of Contents

Enum InferenceDomain

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

The recording domain that determines event-to-step mapping rules.

public enum InferenceDomain

Fields

Desktop = 0

Desktop UIA recording (Windows UI Automation). Original behaviour; all existing tests rely on this domain. AssertionTargetAutomationId is relevant here.

Web = 1

Web browser recording (Playwright CDP). Uses ARIA/testId locator preference order and treats all ValueChanged events as SetValue (fills), never assertions. Fill events are debounced with the longer WebDebounceWindow.