public void MenuTraversal()
 {
     BaseClass.GetDriverInstance.Driver.Navigate().GoToUrl("http://executeautomation.com/demosite/index.html?UserName=&Password=&Login=Login");
     HelperMethods.AdvanceMenuTravesal(PomObj.AutomationTools, PomObj.Selenium, PomObj.SeleniumIDE, BaseClass.GetDriverInstance.Driver);
 }