예제 #1
0
파일: Core.cs 프로젝트: userbalck/us
 public XWebElement(OpenQA.Selenium.IWebDriver dr, string xpath, XWebElement pIframe = null) : this(dr, By.XPath(xpath), pIframe)
 {
 }
예제 #2
0
파일: Core.cs 프로젝트: userbalck/us
 public XWebElement(OpenQA.Selenium.IWebDriver dr, By by, XWebElement pIframe = null)
 {
     this._by = by; this._dr = dr; this.parentIframe = pIframe;
 }