spidertianye 发表于 2010-4-9 14:32:30

phpunit+seleniumRC+REHL+firefox下的问题

require_once 'PHPUnit/Framework/TestCase.php';

如何找到table下的子元素

$this->selenium->click("//table[@id='node_list']/tbody/tr/td/a/img"); not found

在xp 下的ie8是管用的

-debug 没作用

spidertianye 发表于 2010-4-9 14:35:07

补充:说白了情况就是 在firefox下跑一个点击图片按钮的代码,结果没有反应 但是结果反应竟然运行成功了

# php phpunit.php ./ChessTestSuite/1.2_DeleteNode.php
PHPUnit 3.4.9 by Sebastian Bergmann.

.

Time: 11 seconds

OK (1 test, 0 assertions)

spidertianye 发表于 2010-4-9 16:31:39

:) :) :) :) :)

spidertianye 发表于 2010-4-9 16:44:59

顶没有牛人会马

spidertianye 发表于 2010-4-9 16:45:24

顶没有牛人会马

spidertianye 发表于 2010-4-9 16:56:51

顶没有牛人会马

spidertianye 发表于 2010-4-9 16:57:25

顶没有牛人会马

spidertianye 发表于 2010-4-9 17:18:59

顶没有牛人会马

spidertianye 发表于 2010-4-9 17:20:28

顶没有牛人会马

小米啊 发表于 2010-4-9 19:04:42

$this->selenium->click("//table[@id='node_list']/tbody/tr/td/a")
这种有试过?
页: [1]
查看完整版本: phpunit+seleniumRC+REHL+firefox下的问题