Skip to content

Commit 89fa215

Browse files
committed
[JS] Link code samples
1 parent 0c70c30 commit 89fa215

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ options=Options()
5454
options.add_argument("-profile")
5555
options.add_argument("/path/to/profile")
5656
{{< /tab >}}
57+
{{< tab header="JavaScript" >}}
58+
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.js#L7-L10">}}
59+
{{< /tab >}}
5760
{{< /tabpane >}}
5861
</div>
5962

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

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ options=Options()
5757
options.add_argument("-profile")
5858
options.add_argument("/path/to/profile")
5959
{{< /tab >}}
60+
{{< tab header="JavaScript" >}}
61+
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.js#L7-L10">}}
62+
{{< /tab >}}
6063
{{< /tabpane >}}
6164
</div>
6265

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

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ options=Options()
5656
options.add_argument("-profile")
5757
options.add_argument("/path/to/profile")
5858
{{< /tab >}}
59+
{{< tab header="JavaScript" >}}
60+
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.js#L7-L10">}}
61+
{{< /tab >}}
5962
{{< /tabpane >}}
6063
</div>
6164

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

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ options=Options()
5656
options.add_argument("-profile")
5757
options.add_argument("/path/to/profile")
5858
{{< /tab >}}
59+
{{< tab header="JavaScript" >}}
60+
{{< gh-codeblock path="/examples/javascript/test/browser/firefoxSpecificFunctionalities.js#L7-L10">}}
61+
{{< /tab >}}
5962
{{< /tabpane >}}
6063
</div>
6164

0 commit comments

Comments
 (0)