File tree 4 files changed +24
-24
lines changed
website_and_docs/content/documentation/webdriver/getting_started
4 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -180,22 +180,22 @@ Elements store a lot of [information that can be requested]({{< ref "/documentat
180
180
181
181
{{< tabpane text=true >}}
182
182
{{< 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 " >}}
184
184
{{< /tab >}}
185
185
{{< 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 " >}}
187
187
{{< /tab >}}
188
188
{{< 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 " >}}
190
190
{{< /tab >}}
191
191
{{< 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 " >}}
193
193
{{< /tab >}}
194
194
{{< 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 " >}}
196
196
{{< /tab >}}
197
197
{{< 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 " >}}
199
199
{{< /tab >}}
200
200
{{< /tabpane >}}
201
201
Original file line number Diff line number Diff line change @@ -180,22 +180,22 @@ Seleniumを使用して、それをうまく行うことは高度なトピック
180
180
181
181
{{< tabpane text=true >}}
182
182
{{< 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 " >}}
184
184
{{< /tab >}}
185
185
{{< 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 " >}}
187
187
{{< /tab >}}
188
188
{{< 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 " >}}
190
190
{{< /tab >}}
191
191
{{< 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 " >}}
193
193
{{< /tab >}}
194
194
{{< 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 " >}}
196
196
{{< /tab >}}
197
197
{{< 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 " >}}
199
199
{{< /tab >}}
200
200
{{< /tabpane >}}
201
201
Original file line number Diff line number Diff line change @@ -180,22 +180,22 @@ Elementos podem guardar muitas [informações que podem ser solicitadas]({{< ref
180
180
181
181
{{< tabpane text=true >}}
182
182
{{< 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 " >}}
184
184
{{< /tab >}}
185
185
{{< 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 " >}}
187
187
{{< /tab >}}
188
188
{{< 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 " >}}
190
190
{{< /tab >}}
191
191
{{< 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 " >}}
193
193
{{< /tab >}}
194
194
{{< 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 " >}}
196
196
{{< /tab >}}
197
197
{{< 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 " >}}
199
199
{{< /tab >}}
200
200
{{< /tabpane >}}
201
201
Original file line number Diff line number Diff line change @@ -192,22 +192,22 @@ Selenium所做的一切,
192
192
193
193
{{< tabpane text=true >}}
194
194
{{< 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 " >}}
196
196
{{< /tab >}}
197
197
{{< 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 " >}}
199
199
{{< /tab >}}
200
200
{{< 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 " >}}
202
202
{{< /tab >}}
203
203
{{< 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 " >}}
205
205
{{< /tab >}}
206
206
{{< 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" >}}
208
208
{{< /tab >}}
209
209
{{< 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 " >}}
211
211
{{< /tab >}}
212
212
{{< /tabpane >}}
213
213
You can’t perform that action at this time.
0 commit comments