Пример #1
0
 public SearchPage(Browser browser)
     : base(browser, "/search")
 {
     this.actions      = new Actions(this, this.Browser);
     this.searchWidget = new SearchWidget(this.Browser);
     this.summary      = new SummaryModule(this.Browser);
 }
Пример #2
0
 public SearchPage(Browser browser)
     : base(browser, "/search")
 {
     this.actions = new Actions(this, this.Browser);
     this.searchWidget = new SearchWidget(this.Browser);
     this.summary = new SummaryModule(this.Browser);
 }