Files
wx-win-agent/src/WxAgent.Service/SessionContracts.cs
T
2026-09-07 19:07:16 +08:00

5 lines
233 B
C#

namespace WxAgent.Service;
public sealed record SessionSearchInfo(string Name, string AutomationId, bool IsExactMatch);
public sealed record SessionViewportInfo(int ScrolledPages, bool Changed, IReadOnlyList<SessionInfo> Sessions);