/// <summary> /// Gets the WebAii driver. /// </summary> /// <returns></returns> public static WebAiiDriver GetWebAiiDriver() { var driver = new WebAiiDriver(Setting); return driver; }
/// <summary> /// Gets the WebAii driver. /// </summary> /// <returns></returns> public static WebAiiDriver GetWebAiiDriver() { var driver = new WebAiiDriver(Setting); return(driver); }