Skip to content

Commit fa77979

Browse files
Delta456harsha509
andauthored
docs: add Python code for Safari Technology Preview (#2039)[deploy site]
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
1 parent ad14edc commit fa77979

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/webdriver/browsers/safari.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Apple provides a development version of their browser — [Safari Technology Pre
9696
{{< badge-code >}}
9797
{{< /tab >}}
9898
{{% tab header="Python" %}}
99-
{{< badge-code >}}
99+
{{< gh-codeblock path="examples/python/tests/browsers/test_safari.py#L25-L30" >}}
100100
{{% /tab %}}
101101
{{< tab header="CSharp" >}}
102102
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/safari.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To use this version in your code:
9696
{{< badge-code >}}
9797
{{< /tab >}}
9898
{{% tab header="Python" %}}
99-
{{< badge-code >}}
99+
{{< gh-codeblock path="examples/python/tests/browsers/test_safari.py#L25-L30" >}}
100100
{{% /tab %}}
101101
{{< tab header="CSharp" >}}
102102
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To use this version in your code:
9696
{{< badge-code >}}
9797
{{< /tab >}}
9898
{{% tab header="Python" %}}
99-
{{< badge-code >}}
99+
{{< gh-codeblock path="examples/python/tests/browsers/test_safari.py#L25-L30" >}}
100100
{{% /tab %}}
101101
{{< tab header="CSharp" >}}
102102
{{< badge-code >}}

website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Apple 提供了其浏览器的开发版本 — [Safari Technology Preview](https
100100
{{< badge-code >}}
101101
{{< /tab >}}
102102
{{% tab header="Python" %}}
103-
{{< badge-code >}}
103+
{{< gh-codeblock path="examples/python/tests/browsers/test_safari.py#L25-L30" >}}
104104
{{% /tab %}}
105105
{{< tab header="CSharp" >}}
106106
{{< badge-code >}}

0 commit comments

Comments
 (0)