File tree Expand file tree Collapse file tree 4 files changed +24
-24
lines changed 
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff 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
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
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
Original file line number Diff line number Diff 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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments