Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 5e03d75

Browse files
committed
Add firefox_browser.log & firefox_driver.log
1 parent b7fe1bb commit 5e03d75

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Note image ids also change after scm-source.json has being updated which trigger
1010
## TBD_DOCKER_TAG
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...TBD_CUR_COMM (TBD_DATE)
1212
+ Upgrade Chromedriver minor from 2.28 to 2.29
13+
+ Add /var/log/cont/firefox_browser.log for Firefox browser logs
14+
+ Add /var/log/cont/firefox_driver.log for Firefox driver logs
1315
+ Tests: Fix python KeyError: 'message' on check_response line 110
16+
+ Chore: Fix selenium_version & selenium_revision_version
1417
+ **Image tag details:**
1518
+ Selenium 2: TBD_SELENIUM_2_VERSION (TBD_SELENIUM_2_REVISION)
1619
+ Selenium 3: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)

selenium-node-firefox/bin/start-selenium-node-firefox.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ FIREFOX_BROWSER_CAPS="${FIREFOX_BROWSER_CAPS},version=${FIREFOX_VERSION}"
4444
FIREFOX_BROWSER_CAPS="${FIREFOX_BROWSER_CAPS},firefox_binary=${FIREFOX_DEST_BIN}"
4545

4646
java \
47+
-Dwebdriver.firefox.logfile="${LOGS_DIR}/firefox_browser.log" \
48+
-Dwebdriver.log.file="${LOGS_DIR}/firefox_driver.log" \
4749
${JAVA_OPTS} \
4850
-jar ${SELENIUM_JAR_PATH} \
4951
-port ${SELENIUM_NODE_FF_PORT} \

0 commit comments

Comments
 (0)