We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e856fe0 commit ebc45feCopy full SHA for ebc45fe
1 file changed
bin/run-selenium.sh
@@ -9,4 +9,4 @@ sleep 4
9
echo ' Downloading selenium'
10
curl -L http://selenium-release.storage.googleapis.com/2.49/selenium-server-standalone-2.49.1.jar > selenium.jar
11
echo ' Running selenium'
12
-java -jar selenium.jar > /dev/null 2>&1 &
+java -jar selenium.jar -log /tmp/webdriver.log > /tmp/webdriver_output.txt 2>&1 &
0 commit comments