Update docs to use the newer WEBDRIVER_TYPE name (#13934)

This commit is contained in:
Octavian 2021-04-06 04:00:27 +02:00 committed by GitHub
parent b9e601487a
commit 09f68c9c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1207,7 +1207,7 @@ To render dashboards you need to install a local browser on your superset instan
* `geckodriver <https://github.com/mozilla/geckodriver>`_ and Firefox is preferred
* `chromedriver <http://chromedriver.chromium.org/>`_ is a good option too
You need to adjust the ``EMAIL_REPORTS_WEBDRIVER`` accordingly in your configuration.
You need to adjust the ``WEBDRIVER_TYPE`` accordingly in your configuration.
You also need to specify on behalf of which username to render the dashboards. In general
dashboards and charts are not accessible to unauthorized requests, that is why the

View File

@ -337,7 +337,7 @@ To render dashboards you need to install a local browser on your Superset instan
- [geckodriver](https://github.com/mozilla/geckodriver) for Firefox
- [chromedriver](http://chromedriver.chromium.org/) for Chrome
You'll need to adjust the `EMAIL_REPORTS_WEBDRIVER` accordingly in your configuration. You also need
You'll need to adjust the `WEBDRIVER_TYPE` accordingly in your configuration. You also need
to specify on behalf of which username to render the dashboards. In general dashboards and charts
are not accessible to unauthorized requests, that is why the worker needs to take over credentials
of an existing user to take a snapshot.