made screenshot drivertype configurable (#10472)

Co-authored-by: Jason Davis <@dropbox.com>
This commit is contained in:
Jason Davis
2020-07-30 11:19:29 -07:00
committed by GitHub
parent 16459ad401
commit c9cb723cab

View File

@@ -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)