2016-10-18 47 views
0

我想用下面的命令來執行HTML測試(記錄與硒IDE的Firefox):硒HTML亞軍錯誤(多窗口)

$> java -jar /path/to/selenium-html-runner-3.0.0.jar -htmlSuite "*firefox" "http://www.google.com" "/path/to/test.html" "/path/to/results.html" 

,我發現了以下錯誤:

$> Multi-window mode is longer used as an option and will be ignored. 
Exception in thread "main" java.lang.NullPointerException 
    at org.openqa.selenium.server.htmlrunner.HTMLLauncher.validateArgs(HTMLLauncher.java:261) 
    at org.openqa.selenium.server.htmlrunner.HTMLLauncher.mainInt(HTMLLauncher.java:218) 
    at org.openqa.selenium.server.htmlrunner.HTMLLauncher.main(HTMLLauncher.java:273) 

任何想得到的想法在這裏都是錯誤的嗎?

謝謝!

+0

我知道這個線程很舊,但你有沒有想過解決這個問題?在錯誤發生後我沒有得到任何輸出。試過了多個java版本(8,9),多個firefox版本(48,54),甚至回到了ss 3.1.0。同樣的錯誤。似乎我錯過了一些東西。我在Ubuntu 16.謝謝。 – bfuzze

回答

0

這似乎是一個在最近發佈的3.0.1中修復的錯誤。