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
28
28
```
29
29
30
30
> 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" >}}).
233
233
{{< badge-code >}}
234
234
{{< /tab >}}
235
235
{{< tab header="Python" >}}
236
- {{< badge-code >}}
236
+ {{< gh-codeblock path="examples/python/README.md#L37" >}}
237
237
{{< /tab >}}
238
238
{{< tab header="CSharp" >}}
239
239
{{< badge-code >}}
You can’t perform that action at this time.
0 commit comments