2012-03-21 11 views
0

私はXvfbとSeleniumサーバーをスタンドアロン(v2.20.0)で実行しているUbuntuマシンを持っています。 私はphpunitでセレニウムでテストを実行しようとしています。 私はその開始セッションを記録し、Googleのクロムを開くしようとすることで見ることができますが、ブラウザが開いているとFirefoxと一緒に行くのこのモードで立ち往生Xvfb(ヘッドレス)でセレンを使用中にエラーが発生しました

Mar 21, 2012 9:27:37 AM org.openqa.grid.selenium.GridLauncher main 
INFO: Launching a standalone server 
0 [main] INFO org.openqa.selenium.server.SeleniumServer - Java: Sun Microsystems Inc. 20.0-b12 
0 [main] INFO org.openqa.selenium.server.SeleniumServer - OS: Linux 3.2.0-8-generic-pae i386 
7 [main] INFO org.openqa.selenium.server.SeleniumServer - v2.20.0, with Core v2.20.0. Built from revision 16008 
178 [main] INFO org.openqa.selenium.server.SeleniumServer - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub 
179 [main] INFO org.openqa.jetty.http.HttpServer - Version Jetty/5.1.x 
180 [main] INFO org.openqa.jetty.util.Container - Started HttpContext[/selenium-server/driver,/selenium-server/driver] 
180 [main] INFO org.openqa.jetty.util.Container - Started HttpContext[/selenium-server,/selenium-server] 
181 [main] INFO org.openqa.jetty.util.Container - Started HttpContext[/,/] 
43119 [main] INFO org.openqa.jetty.util.Container - Started [email protected] 
43120 [main] INFO org.openqa.jetty.util.Container - Started HttpContext[/wd,/wd] 
43127 [main] INFO org.openqa.jetty.http.SocketListener - Started SocketListener on 0.0.0.0:4444 
43127 [main] INFO org.openqa.jetty.util.Container - Started [email protected] 
108588 [SocketListener0-0] INFO org.openqa.jetty.util.Credential - Checking Resource aliases 
09:29:26.205 INFO - Command request: getNewBrowserSession[googlechrome, http://localhost:8080/] on session null 
09:29:26.208 INFO - creating new remote session 
09:29:26.227 WARN - Caution: '/usr/bin/google-chrome': file is a script file, not a real executable. The browser environment is no longer fully under RC control 
09:29:26.230 INFO - Allocated session 20de5dfc1d1c492cba1e1cd26234cb14 for http://localhost:8080/, launching... 
09:29:26.231 INFO - Launching Google Chrome... 

同じではありませんありません。

私はfirefox/chromeをコマンドで実行しようとしています。 なぜSeleniumからブラウザを実行できないのですか? Ubuntuので

答えて

関連する問題