Selenium Firefox在Win7上发布

时间:2012-07-16 05:54:40

标签: java firefox windows-7 selenium jboss-arquillian

我正在arquillian-examples arquillian drone tutorial上运行mvn test(使用Maven 3)。

我在Win7上遇到以下错误(使用jdk 1.6.0.26)。

14:54:46.002 INFO - Preparing Firefox profile...
14:55:06.829 ERROR - Failed to start new browser session, shutdown browser and c
lear all session data
java.lang.RuntimeException: Firefox refused shutdown while preparing a profile
        at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.wai
tForFullProfileToBeCreated(FirefoxChromeLauncher.java:367)
        at org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.pop
ulateCustomProfileDirectory(FirefoxChromeLauncher.java:120)
...
14:55:06.891 INFO - Got result: Failed to start new browser session: Error while
 launching browser on session null
classLoader = WebappClassLoader (delegate=true; repositories=WEB-INF/classes/)
...

我想要:(a)让firefox工作;或(b)让它在IE中工作。有什么建议吗?

1 个答案:

答案 0 :(得分:0)

这就是我解决这个问题的方法 - 但我愿意接受解决核心问题的解决方案,并将其作为答案。

我在这里修改了文件: \arquillian-examples\arquillian-drone-tutorial\src\test\resources

添加:

<extension qualifier="selenium">
    <property name="browser">*iexplore</property>
</extension>