Skip to content

Commit

Permalink
Finished poc for selenium interraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Mozhey committed Apr 14, 2024
1 parent ebea0ef commit b3b120a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public ButtonElement(WebContext webContext, ButtonSelector selector) : base(webC

public Task ClickAsync()
{
return new Task(() => { Locator.Click(); });
return Task.Run(() => { Locator.Click(); });
}
}

0 comments on commit b3b120a

Please sign in to comment.