Skip to content

Commit 7eecdbd

Browse files
committed
fix line numbers for first script [deploy site]
1 parent 9f7a22b commit 7eecdbd

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,22 @@ Elements store a lot of [information that can be requested]({{< ref "/documentat
180180

181181
{{< tabpane text=true >}}
182182
{{< tab header="Java" >}}
183-
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L27" >}}
183+
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L26-27" >}}
184184
{{< /tab >}}
185185
{{< tab header="Python" >}}
186-
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L19" >}}
186+
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18-19" >}}
187187
{{< /tab >}}
188188
{{< tab header="CSharp" >}}
189-
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L26" >}}
189+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L25-26" >}}
190190
{{< /tab >}}
191191
{{< tab header="Ruby" >}}
192-
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L18" >}}
192+
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L17-18" >}}
193193
{{< /tab >}}
194194
{{< tab header="JavaScript" >}}
195-
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L23" >}}
195+
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L22-23" >}}
196196
{{< /tab >}}
197197
{{< tab header="Kotlin" >}}
198-
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L32" >}}
198+
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L31-32" >}}
199199
{{< /tab >}}
200200
{{< /tabpane >}}
201201

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,22 @@ Seleniumを使用して、それをうまく行うことは高度なトピック
180180

181181
{{< tabpane text=true >}}
182182
{{< tab header="Java" >}}
183-
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L27" >}}
183+
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L26-27" >}}
184184
{{< /tab >}}
185185
{{< tab header="Python" >}}
186-
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L19" >}}
186+
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18-19" >}}
187187
{{< /tab >}}
188188
{{< tab header="CSharp" >}}
189-
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L26" >}}
189+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L25-26" >}}
190190
{{< /tab >}}
191191
{{< tab header="Ruby" >}}
192-
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L18" >}}
192+
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L17-18" >}}
193193
{{< /tab >}}
194194
{{< tab header="JavaScript" >}}
195-
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L23" >}}
195+
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L22-23" >}}
196196
{{< /tab >}}
197197
{{< tab header="Kotlin" >}}
198-
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L32" >}}
198+
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L31-32" >}}
199199
{{< /tab >}}
200200
{{< /tabpane >}}
201201

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -180,22 +180,22 @@ Elementos podem guardar muitas [informações que podem ser solicitadas]({{< ref
180180

181181
{{< tabpane text=true >}}
182182
{{< tab header="Java" >}}
183-
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L27" >}}
183+
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L26-27" >}}
184184
{{< /tab >}}
185185
{{< tab header="Python" >}}
186-
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L19" >}}
186+
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18-19" >}}
187187
{{< /tab >}}
188188
{{< tab header="CSharp" >}}
189-
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L26" >}}
189+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L25-26" >}}
190190
{{< /tab >}}
191191
{{< tab header="Ruby" >}}
192-
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L18" >}}
192+
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L17-18" >}}
193193
{{< /tab >}}
194194
{{< tab header="JavaScript" >}}
195-
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L23" >}}
195+
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L22-23" >}}
196196
{{< /tab >}}
197197
{{< tab header="Kotlin" >}}
198-
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L32" >}}
198+
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L31-32" >}}
199199
{{< /tab >}}
200200
{{< /tabpane >}}
201201

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -192,22 +192,22 @@ Selenium所做的一切,
192192

193193
{{< tabpane text=true >}}
194194
{{< tab header="Java" >}}
195-
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L27" >}}
195+
{{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScript.java#L26-27" >}}
196196
{{< /tab >}}
197197
{{< tab header="Python" >}}
198-
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L19" >}}
198+
{{< gh-codeblock path="examples/python/tests/getting_started/first_script.py#L18-19" >}}
199199
{{< /tab >}}
200200
{{< tab header="CSharp" >}}
201-
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L26" >}}
201+
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/GettingStarted/FirstScript.cs#L25-26" >}}
202202
{{< /tab >}}
203203
{{< tab header="Ruby" >}}
204-
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L18" >}}
204+
{{< gh-codeblock path="examples/ruby/spec/getting_started/first_script.rb#L17-18" >}}
205205
{{< /tab >}}
206206
{{< tab header="JavaScript" >}}
207-
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#23" >}}
207+
{{< gh-codeblock path="examples/javascript/test/getting_started/firstScript.spec.js#L22-23" >}}
208208
{{< /tab >}}
209209
{{< tab header="Kotlin" >}}
210-
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L32" >}}
210+
{{< gh-codeblock path="examples/kotlin/src/test/kotlin/dev/selenium/getting_started/FirstScriptTest.kt#L31-32" >}}
211211
{{< /tab >}}
212212
{{< /tabpane >}}
213213

0 commit comments

Comments
 (0)