wkappbot-webbot
★★☆
AppBotSleepAsync: CDP condition-based wait (no blind delay)
CDP-aware polling helper replacing all Task.Delay blind waits. Exit condition is mandatory -- blind sleep is forbidden in CDP code. Default poll 33ms (~30fps).
Steps
- USE: await CdpClient.AppBotSleepAsync(maxMs,...
- SYNC overload: await CdpClient.AppBotSleepAs...
- Default poll interval: 33ms (~30fps). CDP ro...
- NEVER use Task.Delay >= 1000ms in CDP code w...
- Location: CdpClient.Sleep.cs (WKAppBot.WebBo...