예제 #1
0
        public GenericListPage OpenEnterprise_Form_ByDisplayName(string formDisplayName)
        {
            //base.GoTo_URL(UrlConstants.SiteUrl + string.Format(URL_TEMPLATE_ProjectDetails, pid));
            base.MainMenu_Select(EnumMainMenuItem.Home);

            TreePanelHelper.Tree_SelectDirectNode(this.PrimaryDriver, formDisplayName);

            DriverHelpers.WaitForIFrameContent(this.PrimaryDriver, ConfigData.IFrameID, "MainToolBar_upToolbar");

            return(new GenericListPage(this, this.PrimaryDriver.Url));
        }