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
Access credentials are stored in [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py) for your convenience (you have to add them first).
639
639
640
-
The following example below (taken from the Delayed Data Manager) shows how data can be pulled from the database.
640
+
The following example below (taken from the Delayed Test Data Manager) shows how data can be pulled from the database.
641
641
642
642
```python
643
643
import logging
644
644
from seleniumbase.core.mysql import DatabaseManager
0 commit comments