Esempio n. 1
0
 /**
  * @param string $pattern
  * @param int $timeout
  */
 public function waitForTextPattern($pattern, $timeout = null)
 {
     $this->_browser->waitForTextPattern($this->_selector, $pattern, $timeout);
 }