File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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+ ```
Original file line number Diff line number Diff 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 >}}
You can’t perform that action at this time.
0 commit comments