/// <summary>
 /// Refresh page every x seconds
 /// </summary>
 public void Refresh(bool wait = true)
 {
     internetExplorer.Refresh();
 }