You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR dash.testing.browser:browser.py:433 <<<Webdriver not initialized correctly>>>
9
+
```
10
+
11
+
or
12
+
13
+
```sh
14
+
E selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary
15
+
```
16
+
17
+
try manually installing `chromedriver` and/or `google-chrome`. On macOS, this can be done with `brew`:
18
+
19
+
```sh
20
+
brew install --cask chromedriver
21
+
brew install --cask google-chrome
22
+
```
23
+
24
+
macOs may complain that it cannot verify the security of these executables in which case you can manually override and give permission in 'System Preferences > Security & Privacy'.
0 commit comments