@@ -115,19 +115,19 @@ please use the `load-extension` argument instead, as mentioned in
115
115
116
116
{{< tabpane text=true langEqualsHeader=true >}}
117
117
{{< tab header="Java" >}}
118
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L44-L47 " >}}
118
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L139 " >}}
119
119
{{< /tab >}}
120
120
{{% tab header="Python" %}}
121
- {{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L41-L43 ">}}
121
+ {{< gh-codeblock path="/examples/python/tests/browsers/test_chrome.py#L105 ">}}
122
122
{{% /tab %}}
123
123
{{< tab header="CSharp" >}}
124
124
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L50" >}}
125
125
{{< /tab >}}
126
126
{{< tab header="Ruby" >}}
127
- {{< gh-codeblock path="/examples/ruby/spec/browsers/chrome_spec.rb#L35-L37 " >}}
127
+ {{< gh-codeblock path="/examples/ruby/spec/browsers/chrome_spec.rb#L96 " >}}
128
128
{{< /tab >}}
129
129
{{< tab header="JavaScript" >}}
130
- {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L51-L55 ">}}
130
+ {{< gh-codeblock path="/examples/javascript/test/browser/chromeSpecificCaps.spec.js#L62-L66 ">}}
131
131
{{< /tab >}}
132
132
{{< tab header="Kotlin" >}}
133
133
{{< badge-code >}}
@@ -217,7 +217,7 @@ Property key: `ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY`\
217
217
Property value: String representing path to log file
218
218
{{% /tab %}}
219
219
{{< tab header="Python" >}}
220
- {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L46 " >}}
220
+ {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L47 " >}}
221
221
{{< /tab >}}
222
222
{{< tab header="CSharp" >}}
223
223
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L74" >}}
@@ -239,7 +239,7 @@ To change the logging output to display in the console as STDOUT:
239
239
240
240
{{< tabpane text=true langEqualsHeader=true >}}
241
241
{{% tab header="Java" %}}
242
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L69 " >}}
242
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L74 " >}}
243
243
** Note** : Java also allows setting console output by System Property;\
244
244
Property key: ` ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY ` \
245
245
Property value: ` DriverService.LOG_STDOUT ` or ` DriverService.LOG_STDERR `
@@ -269,13 +269,13 @@ so this example is just setting the log level generically:
269
269
270
270
{{< tabpane text=true langEqualsHeader=true >}}
271
271
{{% tab header="Java" %}}
272
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L84 " >}}
272
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L89 " >}}
273
273
** Note** : Java also allows setting log level by System Property:\
274
274
Property key: ` ChromeDriverService.CHROME_DRIVER_LOG_LEVEL_PROPERTY ` \
275
275
Property value: String representation of ` ChromiumDriverLogLevel ` enum
276
276
{{% /tab %}}
277
277
{{< tab header="Python" >}}
278
- {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L69 " >}}
278
+ {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L70 " >}}
279
279
{{< /tab >}}
280
280
{{< tab header="CSharp" >}}
281
281
{{< badge-implementation >}}
@@ -301,13 +301,13 @@ The log output will be managed by the driver, not the process, so minor differen
301
301
302
302
{{< tabpane text=true langEqualsHeader=true >}}
303
303
{{% tab header="Java" %}}
304
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L101-L102 " >}}
304
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L106-L107 " >}}
305
305
** Note** : Java also allows toggling these features by System Property:\
306
306
Property keys: ` ChromeDriverService.CHROME_DRIVER_APPEND_LOG_PROPERTY ` and ` ChromeDriverService.CHROME_DRIVER_READABLE_TIMESTAMP ` \
307
307
Property value: ` "true" ` or ` "false" `
308
308
{{% /tab %}}
309
309
{{< tab header="Python" >}}
310
- {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L80 " >}}
310
+ {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L81 " >}}
311
311
{{< /tab >}}
312
312
{{< tab header="CSharp" >}}
313
313
{{< badge-implementation >}}
@@ -331,13 +331,13 @@ Note that this is an unsupported feature, and bugs will not be investigated.
331
331
332
332
{{< tabpane text=true langEqualsHeader=true >}}
333
333
{{% tab header="Java" %}}
334
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L120 " >}}
334
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java#L125 " >}}
335
335
** Note** : Java also allows disabling build checks by System Property:\
336
336
Property key: ` ChromeDriverService.CHROME_DRIVER_DISABLE_BUILD_CHECK ` \
337
337
Property value: ` "true" ` or ` "false" `
338
338
{{% /tab %}}
339
339
{{< tab header="Python" >}}
340
- {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L91 " >}}
340
+ {{< gh-codeblock path="examples/python/tests/browsers/test_chrome.py#L92 " >}}
341
341
{{< /tab >}}
342
342
{{< tab header="CSharp" >}}
343
343
{{< gh-codeblock path="examples/dotnet/SeleniumDocs/Browsers/ChromeTest.cs#L144" >}}
0 commit comments