/// <summary> /// Clicks the help navigation button. /// </summary> public void ClickHelp() { WaitForLoad(); HelpButton.Click(); }