public BingResultsFixture()
 {
     this.Page = BingHomePageObject
                 .Load(this.driver).Search("Cheese");
 }
Exemplo n.º 2
0
 public BingHomePageFixture()
 {
     this.Page = BingHomePageObject
                 .Load(this.driver);
 }