From 351d65bd6d0a77ac4fd9fd6e94cc487567428311 Mon Sep 17 00:00:00 2001 From: Visagan Guruparan <103048@smsassist.com> Date: Fri, 13 Jun 2025 11:13:21 -0500 Subject: [PATCH] clean code --- .../Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs b/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs index e4a24d43..45c42089 100644 --- a/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs +++ b/src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs @@ -128,7 +128,6 @@ public partial class PlaywrightWebDriver } else if (action.Action == BroswerActionEnum.Typing) { - await locator.PressSequentiallyAsync(action.Content); await locator.PressSequentiallyAsync(action.Content); if (action.PressKey != null) {