Skip to content

Commit 9368fa9

Browse files
committed
added first_script example to all translated languages
1 parent 862aed5 commit 9368fa9

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
236236
{{< gh-codeblock path="examples/java/README.md#L60" >}}
237237
{{< /tab >}}
238238
{{< tab header="Python" >}}
239+
{{< gh-codeblock path="examples/python/README.md#L35" >}}
239240
{{< badge-code >}}
240241
{{< /tab >}}
241242
{{< tab header="CSharp" >}}

website_and_docs/content/documentation/webdriver/getting_started/first_script.pt-br.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
235235
{{< gh-codeblock path="examples/java/README.md#L60" >}}
236236
{{< /tab >}}
237237
{{< tab header="Python" >}}
238+
{{< gh-codeblock path="examples/python/README.md#L35" >}}
238239
{{< badge-code >}}
239240
{{< /tab >}}
240241
{{< tab header="CSharp" >}}

website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,10 @@ Selenium所做的一切,
245245

246246
{{< tabpane text=true >}}
247247
{{< tab header="Java" >}}
248-
{{{< gh-codeblock path="examples/java/README.md#L60" >}}
248+
{{< gh-codeblock path="examples/java/README.md#L60" >}}
249249
{{< /tab >}}
250250
{{< tab header="Python" >}}
251+
{{< gh-codeblock path="examples/python/README.md#L35" >}}
251252
{{< badge-code >}}
252253
{{< /tab >}}
253254
{{< tab header="CSharp" >}}

0 commit comments

Comments
 (0)