Ejemplo n.º 1
0
 public PaginationSelectorProxy(SearchControlProxy searchControl)
 {
     this.searchControl = searchControl;
     this.Element       = searchControl.Element.FindElement(By.ClassName("sf-search-footer"));
 }
Ejemplo n.º 2
0
 public ResultTableProxy(IWebElement element, SearchControlProxy searchControl)
 {
     this.Selenium      = element.GetDriver();
     this.Element       = element;
     this.SearchControl = searchControl;
 }