/**
  * Writes a message to the status bar and adds a note
  * to the browser-side log.
  *
  * @param  string  $context
  * @param  string  $logLevelThreshold
  * @return string
  * @access public
  */
 public function setContext($context, $logLevelThreshold)
 {
     return $this->selenium->setContext($context, $logLevelThreshold);
 }