@@ -22,13 +22,13 @@ Listen to the `console.log` events and register callbacks to process the event.
22
22
23
23
{{< tabpane text=true >}}
24
24
{{< tab header="Java" >}}
25
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L31-L38" >}}
25
+ {{< badge-version version="4.8" >}}
26
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L33-L39" >}}
26
27
{{< /tab >}}
27
28
{{< tab header="Ruby" >}}
28
29
{{< badge-code >}}
29
30
{{< /tab >}}
30
31
{{< tab header="JavaScript" >}}
31
- {{< badge-version version="4.8" >}}
32
32
{{< gh-codeblock path="/examples/javascript/test/bidirectional/logInspector.spec.js#L23-37" >}}
33
33
{{< /tab >}}
34
34
{{< tab header="Kotlin" >}}
@@ -43,13 +43,12 @@ and register callbacks to process the exception details.
43
43
44
44
{{< tabpane text=true >}}
45
45
{{< tab header="Java" >}}
46
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L70-L77 " >}}
46
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L73-L78 " >}}
47
47
{{< /tab >}}
48
48
{{< tab header="Ruby" >}}
49
49
{{< badge-code >}}
50
50
{{< /tab >}}
51
51
{{< tab header="JavaScript" >}}
52
- {{< badge-version version="4.8" >}}
53
52
{{< gh-codeblock path="/examples/javascript/test/bidirectional/logInspector.spec.js#L44-54" >}}
54
53
{{< /tab >}}
55
54
{{< tab header="Kotlin" >}}
@@ -63,7 +62,8 @@ Listen to all JS logs at all levels and register callbacks to process the log.
63
62
64
63
{{< tabpane text=true >}}
65
64
{{< tab header="Java" >}}
66
- {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L52-L59" >}}
65
+ {{< badge-version version="4.8" >}}
66
+ {{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidirectional/webdriver_bidi/LogTest.java#L55-L60" >}}
67
67
{{< /tab >}}
68
68
{{< tab header="Ruby" >}}
69
69
{{< badge-code >}}
0 commit comments