/**
  * Return click xpath of a specified page
  *
  * @param string $page Page identifier
  *
  * @return string
  */
 public function getPageClickXpath($page)
 {
     return $this->_pageHelper->getPageClickXpath($page);
 }