/**
  * Determines whether the specified element is somewhere on the page.
  *
  * @param  string  $locator
  * @return boolean
  * @access public
  */
 public function isElementPresent($locator)
 {
     return $this->selenium->isElementPresent($locator);
 }