mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
made screenshot drivertype configurable (#10472)
Co-authored-by: Jason Davis <@dropbox.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user