From 9e52d1ddac7fd4e54c0744a00aae6786081267af Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 25 Mar 2007 23:19:26 +0000 Subject: Update Selenium to 0.8.2 --- tests/test_tools/selenium/php/selenium.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_tools/selenium/php/selenium.php') diff --git a/tests/test_tools/selenium/php/selenium.php b/tests/test_tools/selenium/php/selenium.php index c9d403f1..474c0d6d 100644 --- a/tests/test_tools/selenium/php/selenium.php +++ b/tests/test_tools/selenium/php/selenium.php @@ -142,7 +142,7 @@ class SeleneseInterpreter $command = array($func, $ID, $value); if(is_int(strpos(strtolower($func), 'visible'))) - $this->addCommand(array('pause','500',''),$trace); + $this->addCommand(array('pause','250',''),$trace); return $this->addCommand($command, $trace); } -- cgit v1.2.3