/// <summary>
 /// Click the 'Next Page' button
 /// </summary>
 public void ClickNextPage()
 {
     _driver.SwitchToDefaultFrame();
     NextPageButton.WaitAndClick(_driver);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Click the 'Next Page' button at the bottom of the window
 /// </summary>
 public void ClickNextPage()
 {
     NextPageButton.WaitAndClick(_driver);
 }