Skip to content

Commit ffd75ba

Browse files
committed
Point to correct file for python BiDi example
1 parent 641ab4f commit ffd75ba

File tree

1 file changed

+3
-3
lines changed
  • website_and_docs/content/documentation/webdriver/bidi

1 file changed

+3
-3
lines changed

website_and_docs/content/documentation/webdriver/bidi/logging.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You need to store the ID returned when adding the handler to delete it.
4949
{{< badge-implementation >}}
5050
{{< /tab >}}
5151
{{< tab header="Python" >}}
52-
{{< gh-codeblock path="/examples/python/tests/bidi/test_logging.py#L23-24" >}}
52+
{{< gh-codeblock path="/examples/python/tests/bidi/test_bidi_logging.py#L23-24" >}}
5353
{{< /tab >}}
5454
{{< tab header="CSharp" >}}
5555
{{< badge-implementation >}}
@@ -76,7 +76,7 @@ Record or take actions on JavaScript exception events.
7676
{{< badge-implementation >}}
7777
{{< /tab >}}
7878
{{< tab header="Python" >}}
79-
{{< gh-codeblock path="/examples/python/tests/bidi/test_logging.py#L35" >}}
79+
{{< gh-codeblock path="/examples/python/tests/bidi/test_bidi_logging.py#L35" >}}
8080
{{< /tab >}}
8181
{{< tab header="CSharp" >}}
8282
{{< badge-implementation >}}
@@ -101,7 +101,7 @@ You need to store the ID returned when adding the handler to delete it.
101101
{{< badge-implementation >}}
102102
{{< /tab >}}
103103
{{< tab header="Python" >}}
104-
{{< gh-codeblock path="/examples/python/tests/bidi/test_logging.py#L47-48" >}}
104+
{{< gh-codeblock path="/examples/python/tests/bidi/test_bidi_logging.py#L47-48" >}}
105105
{{< /tab >}}
106106
{{< tab header="CSharp" >}}
107107
{{< badge-implementation >}}

0 commit comments

Comments
 (0)