Skip to content

Commit 2c7aeb6

Browse files
committed
added command to run python script to follow first script example
1 parent 8587398 commit 2c7aeb6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

examples/python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ pytest
2828
```
2929

3030
> 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
31+
32+
# Execute a python script
33+
34+
Use this command to run a python script and follow the first script example
35+
36+
```
37+
python example_script.py
38+
```

website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
233233
{{< badge-code >}}
234234
{{< /tab >}}
235235
{{< tab header="Python" >}}
236-
{{< badge-code >}}
236+
{{< gh-codeblock path="examples/python/README.md#L37" >}}
237237
{{< /tab >}}
238238
{{< tab header="CSharp" >}}
239239
{{< badge-code >}}

0 commit comments

Comments
 (0)