public void Main() { Abstr abstr = new Concrete(); abstr.Describe(); Console.ReadLine(); }
public TChild Describe <TChild>(HP.LFT.SDK.Web.CSSDescription cssSelector) where TChild : class, HP.LFT.SDK.Web.IWebElement { return(Concrete.Describe <TChild>(cssSelector)); }
public TChild Describe <TChild>(HP.LFT.SDK.Web.XPathDescription xpath) where TChild : class, HP.LFT.SDK.Web.IWebElement { return(Concrete.Describe <TChild>(xpath)); }
public TChild Describe <TChild>(HP.LFT.SDK.IDescription description) where TChild : class, HP.LFT.SDK.ITestObject { return(Concrete.Describe <TChild>(description)); }