在phpunit测试中的setUp方法中没有selenium sessionId

时间:2013-09-15 14:56:04

标签: selenium phpunit

尝试在测试用例的setUp方法中启动一些selenium调用,我收到的错误如下:

Invalid response while accessing the Selenium Server at 'http://localhost:4444/selenium-server/driver/': ERROR Server Exception: sessionId should not be null; has this session been started yet?

看起来phpunit在setUp方法中没有提供selenium sessionId(但奇怪的是,在同一个setUp中调用open()方法正在运行)。有没有办法说服phpunit提供该变量?

使用phpunit 3.7.24和selenium 2.35.0

1 个答案:

答案 0 :(得分:0)

尝试添加$ this-> start();在你的硒叫之前