Example #1
0
 /**
  * Clicks link with specified locator.
  *
  * @param string $locator
  *        	link id, title, text or image alt
  *        	
  * @throws ElementNotFoundException
  */
 public function clickLink($locator)
 {
     $this->scrollWindowToLink($locator);
     parent::clickLink($locator);
 }