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/TestRunner.php | 3 ++-
tests/test_tools/selenium/php/selenium.php | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
(limited to 'tests/test_tools/selenium/php')
diff --git a/tests/test_tools/selenium/php/TestRunner.php b/tests/test_tools/selenium/php/TestRunner.php
index 54e46647..ec2e32d3 100644
--- a/tests/test_tools/selenium/php/TestRunner.php
+++ b/tests/test_tools/selenium/php/TestRunner.php
@@ -29,13 +29,13 @@ to work-around a bug in IE on Win2K whereby the HTA application doesn't function
+
-
@@ -49,6 +49,7 @@ to work-around a bug in IE on Win2K whereby the HTA application doesn't function
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