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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)