Example #1
0
 /**
  * Returns the configured port number of the Selenium RC server.
  *
  * This functions returns 4444 (the standard Selenium RC port) if no port is
  * is configured
  *
  * @return int the Selenium RC server port, will be > 0
  */
 protected function getSeleniumPort()
 {
     return $this->seleniumService->getSeleniumPort();
 }