/// <summary> /// Gets OTL Plan information from web page. /// </summary> /// <returns>OTL Plan information from web page.</returns> public OTLPlanInfo GetOTLPlanInfo() { OTLPlanInfo otlPlanInfo = new OTLPlanInfo(); browser.ClickTitleBar(); otlPlanInfo.GetOTLPlanInfo(); return otlPlanInfo; }
/// <summary> /// Gets OTL Plan information from web page. /// </summary> /// <returns>OTL Plan information from web page.</returns> public OTLPlanInfo GetOTLPlanInfo() { OTLPlanInfo otlPlanInfo = new OTLPlanInfo(); browser.ClickTitleBar(); otlPlanInfo.GetOTLPlanInfo(); return(otlPlanInfo); }