playwright project

This commit is contained in:
Lukáš Kaňka
2023-08-24 22:18:22 +02:00
parent e31b2bd477
commit 37fc3e4933
39 changed files with 111 additions and 19 deletions

View File

@ -11,6 +11,7 @@ namespace PageObjects.PageObjects
{
// locators
IWebElement TextArea => driver.FindElement(By.Name("my-textarea"));
IWebElement SubmitBtn => driver.FindElement(By.TagName("button"));
IWebDriver driver;