Example #1
0
        //Create new profile
        public void CreateNewProfile()
        {
            TestUtlity Utlity = new TestUtlity();

            Utlity.Login(driver);
            Utlity.NewProfile(driver, test, extent);
        }