New projct BrowserDriver infered to help with webscraping
This commit is contained in:
15
BrowserHelper/Settings/TestSettings.cs
Normal file
15
BrowserHelper/Settings/TestSettings.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using BrowserHelper.Driver;
|
||||
|
||||
namespace BrowserHelper.Settings
|
||||
{
|
||||
public class TestSettings
|
||||
{
|
||||
public BrowserType BrowserType { get; set; }
|
||||
public bool Headless { get; set; }
|
||||
public Uri ApplicationUrl { get; set; }
|
||||
public int TimeoutInterval { get; set; }
|
||||
public string[] StockWishes { get; set; }
|
||||
public string[] StocWishCols { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user