Exemplo n.º 1
0
 public function setUp()
 {
     $this->driver = WebDriver_Driver::InitAtHost(SELENIUM_SERVER, "4444", "firefox");
     $this->browserName = 'firefox';
     $this->setBrowserUrl(SELENIUM_SOURCE_URL);
     $this->set_implicit_wait(50000);
     $this->startTime = microtime(true);
     echo PHP_EOL . $this->getMessage('...', get_called_class(), $this->getName());
 }