public function index() { $this->autoRender = false; // echo phpinfo(); $selenium = new Testing_Selenium('chrome', 'http://cpa.cesufoz.edu.br'); $selenium->start(); // $selenium->getTitle('CPA'); // Qual é a URL que ele vai usar $selenium->type("UserPassword", '362476'); $selenium->stop(); // $this->setUp(); //$this->testTitle(); }
public function start() { parent::start(); $this->setTimeout($GLOBALS['timeouts']["str_ms"]); }
/** * Run the browser and set session id. * * @return string * @access public */ public function start() { return $this->selenium->start(); }