Beispiel #1
0
        private void InitBrowser()

        {
            _browserName = Utills.GetConfigurationValue("BrowserType");
            Enum.TryParse(_browserName, out _type);
            _driver = BrowserFactory1.GetDriver(_type);
        }