We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b6d6b commit 27c8c09Copy full SHA for 27c8c09
examples/python/README.md
@@ -32,7 +32,7 @@ pytest
32
## Execute a specific example
33
To run a specific Selenium Python example, use the following command:
34
```bash
35
-python first_script.py
+pytest path/to/test_script.py
36
```
37
38
-Make sure to replace `first_script.py` with the path and name of the example you want to run.
+Make sure to replace `path/to/test_script.py` with the path and name of the example you want to run.
0 commit comments