Add selenium to problem pdf (DMOJ)

This commit is contained in:
cuom1999 2021-05-30 12:51:19 -05:00
parent 6a3a234146
commit d313c4d3a1
4 changed files with 67 additions and 9 deletions

View file

@ -125,6 +125,10 @@ SLIMERJS_PAPER_SIZE = 'Letter'
PUPPETEER_MODULE = '/usr/lib/node_modules/puppeteer'
PUPPETEER_PAPER_SIZE = 'Letter'
USE_SELENIUM = False
SELENIUM_CUSTOM_CHROME_PATH = None
SELENIUM_CHROMEDRIVER_PATH = 'chromedriver'
PYGMENT_THEME = 'pygment-github.css'
INLINE_JQUERY = True
INLINE_FONTAWESOME = True