@@ -20,7 +20,7 @@ Starting an Edge session with basic defined options looks like this:
20
20
21
21
{{< tabpane text=true >}}
22
22
{{< tab header="Java" >}}
23
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L37- L38" >}}
23
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L38-L39 " >}}
24
24
{{< /tab >}}
25
25
{{% tab header="Python" %}}
26
26
{{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L9-L10" >}}
@@ -52,7 +52,7 @@ Add an argument to options:
52
52
53
53
{{< tabpane text=true >}}
54
54
{{< tab header="Java" >}}
55
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L45 " >}}
55
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L46 " >}}
56
56
{{< /tab >}}
57
57
{{% tab header="Python" %}}
58
58
{{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L18" >}}
@@ -80,7 +80,7 @@ Add a browser location to options:
80
80
81
81
{{< tabpane text=true >}}
82
82
{{< tab header="Java" >}}
83
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L54 " >}}
83
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L55 " >}}
84
84
{{< /tab >}}
85
85
{{% tab header="Python" %}}
86
86
{{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L29">}}
@@ -109,7 +109,7 @@ Add an extension to options:
109
109
110
110
{{< tabpane text=true >}}
111
111
{{< tab header="Java" >}}
112
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L65 " >}}
112
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L66 " >}}
113
113
{{< /tab >}}
114
114
{{% tab header="Python" %}}
115
115
{{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L40" >}}
@@ -166,7 +166,7 @@ Set excluded arguments on options:
166
166
167
167
{{< tabpane text=true >}}
168
168
{{< tab header="Java" >}}
169
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L78 " >}}
169
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L79 " >}}
170
170
{{< /tab >}}
171
171
{{% tab header="Python" %}}
172
172
{{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L62" >}}
@@ -203,7 +203,7 @@ To change the logging output to save to a specific file:
203
203
{{< tabpane text=true >}}
204
204
{{% tab header="Java" %}}
205
205
{{< badge-version version="4.10" >}}
206
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L100 " >}}
206
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L101 " >}}
207
207
** Note** : Java also allows setting file output by System Property:\
208
208
Property key: ` EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY ` \
209
209
Property value: String representing path to log file
@@ -233,7 +233,7 @@ To change the logging output to display in the console as STDOUT:
233
233
{{< tabpane text=true >}}
234
234
{{% tab header="Java" %}}
235
235
{{< badge-version version="4.10" >}}
236
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L113 " >}}
236
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L114 " >}}
237
237
** Note** : Java also allows setting console output by System Property;\
238
238
Property key: ` EdgeDriverService.EDGE_DRIVER_LOG_PROPERTY ` \
239
239
Property value: ` DriverService.LOG_STDOUT ` or ` DriverService.LOG_STDERR `
@@ -266,7 +266,7 @@ so this example is just setting the log level generically:
266
266
{{< tabpane text=true >}}
267
267
{{% tab header="Java" %}}
268
268
{{< badge-version version="4.8" >}}
269
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L126- L127" >}}
269
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L127-L128 " >}}
270
270
** Note** : Java also allows setting log level by System Property:\
271
271
Property key: ` EdgeDriverService.EDGE_DRIVER_LOG_LEVEL_PROPERTY ` \
272
272
Property value: String representation of ` ChromiumDriverLogLevel ` enum
@@ -300,7 +300,7 @@ The log output will be managed by the driver, not the process, so minor differen
300
300
{{< tabpane text=true >}}
301
301
{{% tab header="Java" %}}
302
302
{{< badge-version version="4.8" >}}
303
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L142- L143" >}}
303
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L143-L144 " >}}
304
304
** Note** : Java also allows toggling these features by System Property:\
305
305
Property keys: ` EdgeDriverService.EDGE_DRIVER_APPEND_LOG_PROPERTY ` and ` EdgeDriverService.EDGE_DRIVER_READABLE_TIMESTAMP ` \
306
306
Property value: ` "true" ` or ` "false" `
@@ -332,7 +332,7 @@ Note that this is an unsupported feature, and bugs will not be investigated.
332
332
{{< tabpane text=true >}}
333
333
{{% tab header="Java" %}}
334
334
{{< badge-version version="4.8" >}}
335
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L160- L161" >}}
335
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L161-L162 " >}}
336
336
** Note** : Java also allows disabling build checks by System Property:\
337
337
Property key: ` EdgeDriverService.EDGE_DRIVER_DISABLE_BUILD_CHECK ` \
338
338
Property value: ` "true" ` or ` "false" `
@@ -443,7 +443,7 @@ You can simulate various network conditions.
443
443
444
444
{{< tabpane text=true >}}
445
445
{{< tab header="Java" >}}
446
- {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L183 " >}}
446
+ {{< gh-codeblock path="examples/java/src/test/java/dev/selenium/browsers/EdgeTest.java#L184 " >}}
447
447
{{< /tab >}}
448
448
{{< tab header="Python" >}}
449
449
{{< gh-codeblock path="/examples/python/tests/browsers/test_edge.py#L149" >}}
0 commit comments