5 lines
233 B
C#
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);
|