/**
  * Switches to the WYSIWYG editor by clicking on the "WYSIWYG" tab item and waits for the rich
  * text area to be initialized.
  */
 public void switchToWysiwyg() {
   switchToWysiwyg(true);
 }