@@ -20,7 +20,7 @@ For more details on starting a session read our documentation on [opening and cl
20
20
21
21
{{< tabpane disableCodeBlock=true >}}
22
22
{{< tab header="Java" >}}
23
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L17 " >}}
23
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L30 " >}}
24
24
{{< /tab >}}
25
25
{{< tab header="Python" >}}
26
26
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L6" >}}
@@ -44,7 +44,7 @@ In this example we are [navigating]({{< ref "/documentation/webdriver/browser/na
44
44
45
45
{{< tabpane disableCodeBlock=true >}}
46
46
{{< tab header="Java" >}}
47
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L19 " >}}
47
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L40 " >}}
48
48
{{< /tab >}}
49
49
{{< tab header="Python" >}}
50
50
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L8" >}}
@@ -70,7 +70,7 @@ can request, including window handles, browser size / position, cookies, alerts,
70
70
71
71
{{< tabpane disableCodeBlock=true >}}
72
72
{{< tab header="Java" >}}
73
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L21 " >}}
73
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L42 " >}}
74
74
{{< /tab >}}
75
75
{{< tab header="Python" >}}
76
76
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L10" >}}
@@ -104,7 +104,7 @@ Read more about [Waiting strategies]({{< ref "/documentation/webdriver/waits.md"
104
104
105
105
{{< tabpane disableCodeBlock=true >}}
106
106
{{< tab header="Java" >}}
107
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L24 " >}}
107
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L45 " >}}
108
108
{{< /tab >}}
109
109
{{< tab header="Python" >}}
110
110
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L13" >}}
@@ -129,7 +129,7 @@ with one without first [finding an element]({{< ref "/documentation/webdriver/el
129
129
130
130
{{< tabpane disableCodeBlock=true >}}
131
131
{{< tab header="Java" >}}
132
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L26-L27 " >}}
132
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L47-L48 " >}}
133
133
{{< /tab >}}
134
134
{{< tab header="Python" >}}
135
135
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L15-L16" >}}
@@ -154,7 +154,7 @@ but you will use them frequently.
154
154
155
155
{{< tabpane disableCodeBlock=true >}}
156
156
{{< tab header="Java" >}}
157
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L29-L30 " >}}
157
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L50-L51 " >}}
158
158
{{< /tab >}}
159
159
{{< tab header="Python" >}}
160
160
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L18-L19" >}}
@@ -179,7 +179,7 @@ Notice that we need to relocate the search box because the DOM has changed since
179
179
180
180
{{< tabpane disableCodeBlock=true >}}
181
181
{{< tab header="Java" >}}
182
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L33 " >}}
182
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L54 " >}}
183
183
{{< /tab >}}
184
184
{{< tab header="Python" >}}
185
185
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L22" >}}
@@ -205,7 +205,7 @@ No more commands can be sent to this driver instance.
205
205
206
206
{{< tabpane disableCodeBlock=true >}}
207
207
{{< tab header="Java" >}}
208
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L36 " >}}
208
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/getting_started/FirstScriptTest.java#L35 " >}}
209
209
{{< /tab >}}
210
210
{{< tab header="Python" >}}
211
211
{{< gh-codeblock path="examples/python/tests/getting_started/test_first_script.py#L25" >}}
0 commit comments