示例#1
0
 public WebElementAdapter(SyncWebElement syncWebElement, IWebDriverAdapter driver)
 {
     this.syncWebElement = syncWebElement;
     this.driver         = driver;
 }
 public WebElementAdapter(SyncWebElement syncWebElement)
 {
     this.syncWebElement = syncWebElement;
 }