blob: 4409d1cca7b4df346e437c488231742d324b1844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Instructions:
```bash
chmod u+x dolphintest.py
```
```bash
python3 -m venv .venv
```
```bash
source .venv/bin/activate
```
```bash
selenium-webdriver-at-spi-run ./dolphintest.py
```
|