Skip to content

Commit 4b9d43c

Browse files
committed
Adding code link to js [deploy site]
1 parent a273e13 commit 4b9d43c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ driver.find_element(name: 'q').attribute('value') # => "Selenium"
345345

346346
driver.quit
347347
{{< /tab >}}
348-
{{< tab header="JavaScript" >}}
348+
{{< tab header="JavaScript" github="SeleniumHQ/seleniumhq.github.io/blob/dev/examples/javascript/documentation/webdriver/getting_started/firstScript.js" >}}
349349
const {Builder, By, Key, until} = require('selenium-webdriver');
350350

351351
(async function helloSelenium() {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ driver.find_element(name: 'q').attribute('value') # => "Selenium"
344344

345345
driver.quit
346346
{{< /tab >}}
347-
{{< tab header="JavaScript" >}}
347+
{{< tab header="JavaScript" github="SeleniumHQ/seleniumhq.github.io/blob/dev/examples/javascript/documentation/webdriver/getting_started/firstScript.js" >}}
348348
const {Builder, By, Key, until} = require('selenium-webdriver');
349349

350350
(async function helloSelenium() {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ driver.find_element(name: 'q').attribute('value') # => "Selenium"
348348

349349
driver.quit
350350
{{< /tab >}}
351-
{{< tab header="JavaScript" >}}
351+
{{< tab header="JavaScript" github="SeleniumHQ/seleniumhq.github.io/blob/dev/examples/javascript/documentation/webdriver/getting_started/firstScript.js" >}}
352352
const {Builder, By, Key, until} = require('selenium-webdriver');
353353

354354
(async function helloSelenium() {

0 commit comments

Comments
 (0)