Skip to content

Commit

Permalink
Update docs to use the newer WEBDRIVER_TYPE name (apache#13934)
Browse files Browse the repository at this point in the history
  • Loading branch information
octaviancorlade authored and lyndsiWilliams committed Apr 7, 2021
1 parent 69be62b commit 840aed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/docs/installation/alerts_reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 840aed9

Please sign in to comment.