clean code
This commit is contained in:
parent
a581091248
commit
351d65bd6d
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue