/// <summary>
 /// Switches the parent frame.
 /// </summary>
 protected void SwitchParentFrame()
 {
     _webDriver.SwitchToParentFrame();
 }