/**
  * Initializes Application information
  *
  * @return Mage_Selenium_Helper_Application
  */
 protected function _init()
 {
     $applications = $this->_config->getConfigValue('applications');
     $this->_appInfo = $applications['default'];
     return parent::_init();
 }