Exemplo n.º 1
0
        public void GetDriverHintPath()
        {
            #region GetDriverHintPath

            string path = SeleniumConfig.GetDriverHintPath();

            #endregion GetDriverHintPath

            Assert.AreEqual(path, Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location));
        }