clean code

This commit is contained in:
Visagan Guruparan 2025-06-13 11:13:21 -05:00
parent a581091248
commit 351d65bd6d

View file

@ -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)
{