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 でコードを実行している間、開いているブラウザ ウィンドウは自動的に閉じられます。実行後にログの詳細を監視する必要があります。これに必要な設定はありますか?