Pom
This commit is contained in:
24
LukanNUnitProject/POMpokus/PageObj/YahooLogin.cs
Normal file
24
LukanNUnitProject/POMpokus/PageObj/YahooLogin.cs
Normal file
@ -0,0 +1,24 @@
|
||||
using OpenQA.Selenium.Chrome;
|
||||
using OpenQA.Selenium;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using NUnit.Framework;
|
||||
using SeleniumExtras.PageObjects;
|
||||
|
||||
|
||||
namespace POMpokus.PageObj
|
||||
|
||||
{
|
||||
public class YahooLogin : BasePage
|
||||
{
|
||||
|
||||
public YahooLogin(IWebDriver driver){
|
||||
YahooLogin.driver = driver;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user