Enum InferenceDomain
The recording domain that determines event-to-step mapping rules.
public enum InferenceDomain
Fields
Desktop = 0Desktop UIA recording (Windows UI Automation). Original behaviour; all existing tests rely on this domain. AssertionTargetAutomationId is relevant here.
Web = 1Web 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.