Affecto.Testing.UI.Selenium.IisExpressExecutable.IisExpressExecutable C# (CSharp) Method

IisExpressExecutable() public method

public IisExpressExecutable ( ) : System
return System
        public IisExpressExecutable()
        {
            path = string.IsNullOrEmpty(Environment.GetEnvironmentVariable("programfiles"))
                ? Environment.GetEnvironmentVariable("programfiles(x86)")
                : Environment.GetEnvironmentVariable("programfiles");
        }
    }
IisExpressExecutable