We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a581091 commit 351d65bCopy full SHA for 351d65b
src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs
@@ -128,7 +128,6 @@ await locator.ClickAsync(new LocatorClickOptions
128
}
129
else if (action.Action == BroswerActionEnum.Typing)
130
{
131
- await locator.PressSequentiallyAsync(action.Content);
132
await locator.PressSequentiallyAsync(action.Content);
133
if (action.PressKey != null)
134
0 commit comments