Merge branch 'master' into hdongDev

This commit is contained in:
YouWeiDH 2025-01-22 18:53:47 +08:00
commit 6dc1b53db9

View file

@ -75,9 +75,6 @@ public partial class PlaywrightWebDriver : IWebBrowser
var page = _instance.GetPage(message.ContextId);
if (page != null)
{
// Click on the body to give focus to the page
await page.FocusAsync("input");
await page.Keyboard.PressAsync(key);
}
}