Pom
This commit is contained in:
parent
962794bdf1
commit
1bbb1d9074
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -10,6 +10,8 @@ namespace NUnitPageObjectModel.Source.Pages
|
||||
public class HomePage
|
||||
{
|
||||
private IWebDriver _driver;
|
||||
[FindsBy]
|
||||
private IWebElement _searchtextbox;
|
||||
public HomePage(IWebDriver driver)
|
||||
|
||||
{
|
||||
|
@ -0,0 +1 @@
|
||||
1406923042
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,4 +6,9 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="TestBase\" />
|
||||
<Folder Include="Tests\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user