From 8a75f200ca5a6fc27afcac925226d37fb327f971 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Fri, 27 Jan 2017 14:00:41 +0100 Subject: [PATCH] No logging phantomjs --- src/Test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/conftest.py b/src/Test/conftest.py index 7c0f9fd7..1388bd11 100644 --- a/src/Test/conftest.py +++ b/src/Test/conftest.py @@ -165,7 +165,7 @@ def browser(): try: from selenium import webdriver print "Starting phantomjs..." - browser = webdriver.PhantomJS(executable_path=PHANTOMJS_PATH) + browser = webdriver.PhantomJS(executable_path=PHANTOMJS_PATH, service_log_path=os.path.devnull) print "Set window size..." browser.set_window_size(1400, 1000) except Exception, err: