Example #1
0
 /// <summary>
 /// Open the Print popup menu and click the Start Print button
 /// </summary>
 /// <param name="testRunner"></param>
 public static void StartPrint(this AutomationRunner testRunner)
 {
     testRunner.OpenPrintPopupMenu();
     testRunner.ScrollIntoView("Start Print Button");
     testRunner.ClickByName("Start Print Button");
 }