Merge branch 'master' into hdongDev
This commit is contained in:
commit
6dc1b53db9
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue