public XWebElement(OpenQA.Selenium.IWebDriver dr, string xpath, XWebElement pIframe = null) : this(dr, By.XPath(xpath), pIframe) { }
public XWebElement(OpenQA.Selenium.IWebDriver dr, By by, XWebElement pIframe = null) { this._by = by; this._dr = dr; this.parentIframe = pIframe; }