playwright project
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user