示例#1
0
 /// <summary>
 /// Updates the control panel style.
 /// </summary>
 /// <param name="style">The style to be used for the control panel.</param>
 public void UpdateControlPanelStyle(string style)
 {
     OtherSettingsTab.Click();
     ControlPanelStyleSelectList.Select(style);
     UpdateLink.ClickNoWait();
     System.Threading.Thread.Sleep(2000);
 }
示例#2
0
 /// <summary>
 /// Updates the control panel style to Classic.
 /// </summary>
 public void UpdateControlPanelToClassic()
 {
     ControlPanelStyleSelectList.Select("CLASSIC");
     UpdateLink.Click();
     System.Threading.Thread.Sleep(2000);
 }