Exemplo n.º 1
0
 public HomePage(Browser browser)
     : base(browser, "/")
 {
     this.actions = new Actions(this, this.Browser);
     this.searchWidget = new SearchWidget(this.Browser);
 }