Example #1
0
 /**
  * Returns the configured Selenium RC browser starting URL.
  *
  * This functions returns the TYPO3_SITE_URL if no URL is configured.
  *
  * @return string Selenium RC Browser URL, will not be empty
  */
 protected function getSeleniumBrowserUrl()
 {
     return $this->seleniumService->getSeleniumBrowserUrl();
 }