Example #1
0
 /**
  * Returns the configured host name of the Selenium RC server.
  *
  * This function returns "localhost" if no host is configured.
  *
  * @return string host of the Selenium RC server, will not be empty
  */
 protected function getSeleniumHost()
 {
     return $this->seleniumService->getSeleniumHost();
 }