0
我想在ubuntu 14上用chrome web gl支持使用java 8來運行selenium 3.0。我有以下命令如何指定chrome參數到java 8 +硒
java -jar /opt/selenium-server-standalone-3.0.1.jar -Dwebdriver.chrome.args="--use-gl=osmesa" -Dwebdriver.chrome.driver=/usr/bin/chromedriver -Dwebdriver.chrome.bin=/usr/bin/google-chrome -log /var/log/selenium/selenium.log > /var/log/selenium/output.log 2> /var/log/selenium/error.log & echo $! > /tmp/selenium.pid
出於某種原因,我得到以下錯誤:
Exception in thread "main" com.beust.jcommander.ParameterException: Unknown option: -Dwebdriver.chrome.args=--use-gl=osmesa
有誰知道如何解決?我需要使用osmesa支持的chrome驅動程序。