Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added command to run python script to follow first script example #1710

Open
wants to merge 11 commits into
base: trunk
Choose a base branch
from
8 changes: 8 additions & 0 deletions examples/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ pytest
```

> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers

# Execute a python script

Use this command to run a python script and follow the first script example

```
python example_script.py
```
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
{{< badge-code >}}
{{< /tab >}}
{{< tab header="Python" >}}
{{< badge-code >}}
{{< gh-codeblock path="examples/python/README.md#L37" >}}
{{< /tab >}}
{{< tab header="CSharp" >}}
{{< badge-code >}}
Expand Down