diff options
Diffstat (limited to 'python/report_ops/scotia.py')
| -rw-r--r-- | python/report_ops/scotia.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/report_ops/scotia.py b/python/report_ops/scotia.py index c81dad5c..f8709809 100644 --- a/python/report_ops/scotia.py +++ b/python/report_ops/scotia.py @@ -74,7 +74,11 @@ def create_driver(download_dir): fp.set_preference( "browser.helperApps.neverAsk.saveToDisk", "application/octet-stream" ) - return webdriver.Firefox(firefox_profile=fp, options=options) + return webdriver.Firefox( + firefox_profile=fp, + options=options, + log_path="/home/serenitas/CorpCDOs/logs/selenium_scotia.log", + ) def download_scotia_report(workdate): |
