2

Selenium で 2 つの問題に直面しています。

1.- Windows でブラウザを起動中にエラー --> Example::testMyTestCase

スクリーンショットをキャプチャする際の問題:

Invalid response while accessing the Selenium Server at 
   'http://localhost:4444/selenium-server/driver/': 
    ERROR Server Exception: sessionId should not be null; 
has this session been started yet?

Invalid response while accessing the Selenium Server at 
   'http://localhost:4444/selenium-server/driver/': 
   Failed to start new browser session: Error while launching browser

2.- Linux で Selenium を使用しました。PHPunit でコードを実行している間、開いているブラウザ ウィンドウは自動的に閉じられます。実行後にログの詳細を監視する必要があります。これに必要な設定はありますか?

4

1 に答える 1

0

最新の Selenium-Server.jar (selenium-server-standalone-2.23.1.jar) を使用して、このスクリプトを実行してみてください。

于 2012-06-20T06:27:02.643 に答える