Add selenium to problem pdf (DMOJ)
This commit is contained in:
parent
6a3a234146
commit
d313c4d3a1
4 changed files with 67 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue