2011-06-21 15 views
3

無効なウェブセキュリティモードでgoogle-chromeブラウザを起動しようとしています。セレンログは言う:ヘッドレスデービッドシステムでSelenium経由でgoogle-chromeを起動する

16:36:44.605 ERROR - Failed to start new browser session, shutdown browser and clear all session data org.openqa.selenium.server.RemoteCommandException: timed out waiting for window 'null' to appear at org.openqa.selenium.server.FrameGroupCommandQueueSet.waitForLoad(FrameGroupCommandQueueSet.java:564) at org.openqa.selenium.server.FrameGroupCommandQueueSet.waitForLoad(FrameGroupCommandQueueSet.java:521) at org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:374) at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:125) at org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:87) at org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:785) at org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:422) at org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:393) at org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:146) at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1530) at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1482) at org.openqa.jetty.http.HttpServer.service(HttpServer.java:909) at org.openqa.jetty.http.HttpConnection.service(HttpConnection.java:820) at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986) at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837) at org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243) at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:357) at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

セレンはでrobotframeworkによって開始されます。

15:36:33.600 INFO - Launching Google Chrome...

はここでスタックトレースだ後

15:36:33.526 INFO - Command request: getNewBrowserSession[*googlechrome, http://www.myurl.de , , commandLineFlags=--disable-web-security] on session null

はとにかく、それだけでハングrobotframework-maven-plugin。また、xvfbはmavenビルドスクリプトによって開始され、表示をシミュレートします。しかし、スタートアップの設定は問題ではないようです。すべてがうまく始まり、ブラウザが起動しません。

私は誰でも助けてくれることを願っています。

+0

実行中のRF SeleniumLibraryとgoogle-chromeのバージョンは何ですか? – janne

+0

DISPLAY環境変数は設定されていますか? – Appleman1234

答えて

0

ブラウザを起動しているユーザーアカウントにホームディレクトリがあることを確認してください。そうしないと、ブラウザプロファイルの作成が失敗します。

関連する問題