Exemple #1
0
 public Functions GoToFunctions()
 {
     // This is only a convenience method. We always delegat to the implementation
     // in the NavigationBar, so that if the nav bar in our app changes we will
     // only have to change in one place in our Page Objects.
     return(NavigationBar.GoTo <Functions>());
 }
 public PageWithNavigationBar(IWebDriver driver) : base(driver)
 {
     this.navigationBar = new NavigationBar(driver);
 }