Beispiel #1
0
 /**
 * Used to go to the homepage
 *
 * @return void
 */
 public function gotoHomepage()
 {
     $e = $this->_selenium->byPartialLinkText("Server: ");
     $e->click();
     $this->waitForElementNotPresent('byCssSelector', 'div#loading_parent');
 }