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

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