Skip to content

Commit 351d65b

Browse files
author
Visagan Guruparan
committed
clean code
1 parent a581091 commit 351d65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Plugins/BotSharp.Plugin.WebDriver/Drivers/PlaywrightDriver/PlaywrightWebDriver.DoAction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ await locator.ClickAsync(new LocatorClickOptions
128128
}
129129
else if (action.Action == BroswerActionEnum.Typing)
130130
{
131-
await locator.PressSequentiallyAsync(action.Content);
132131
await locator.PressSequentiallyAsync(action.Content);
133132
if (action.PressKey != null)
134133
{

0 commit comments

Comments
 (0)