made screenshot drivertype configurable (#10472)
Co-authored-by: Jason Davis <@dropbox.com>
This commit is contained in:
parent
16459ad401
commit
c9cb723cab
|
|
@ -181,7 +181,7 @@ class AuthWebDriverProxy:
|
|||
|
||||
|
||||
class BaseScreenshot:
|
||||
driver_type = "chrome"
|
||||
driver_type = current_app.config.get("EMAIL_REPORTS_WEBDRIVER", "chrome")
|
||||
thumbnail_type: str = ""
|
||||
element: str = ""
|
||||
window_size: WindowSize = (800, 600)
|
||||
|
|
|
|||
Loading…
Reference in New Issue