9 lines
No EOL
144 B
C#
9 lines
No EOL
144 B
C#
using OpenQA.Selenium;
|
|
|
|
namespace BankingBot.Contracts
|
|
{
|
|
public interface IBrowserBot
|
|
{
|
|
IWebDriver WebDriver { get; }
|
|
}
|
|
} |