Add project files.
This commit is contained in:
10
EATestFramework/Driver/IDriverFixture.cs
Normal file
10
EATestFramework/Driver/IDriverFixture.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using OpenQA.Selenium;
|
||||
|
||||
namespace EATestFramework.Driver
|
||||
{
|
||||
public interface IDriverFixture
|
||||
{
|
||||
IWebDriver Driver { get; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user