protected void SetDisplayMode(string mode)
 {
     elements.GetDisplayModeComboBox().SelectItemByName(mode);
     Wait.ForIdle();
 }