コード例 #1
0
 public WebElementAdapter(SyncWebElement syncWebElement, IWebDriverAdapter driver)
 {
     this.syncWebElement = syncWebElement;
     this.driver         = driver;
 }
コード例 #2
0
 public WebElementAdapter(SyncWebElement syncWebElement)
 {
     this.syncWebElement = syncWebElement;
 }