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
#### Step 12. Install SeleniumBase (Make sure you already installed the requirements above)
77
77
78
78
```bash
79
-
sudo python setup.py install
79
+
sudo python server_setup.py install
80
80
```
81
81
82
82
#### Step 13. Run an [example test](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) in Chrome to verify installation (Takes ~10 seconds)
0 commit comments