Skip to content

Commit b769019

Browse files
committed
wrong github reference
1 parent fbaabc6 commit b769019

File tree

1 file changed

+2
-2
lines changed
  • website_and_docs/content/documentation/webdriver/bidi/cdp

1 file changed

+2
-2
lines changed

website_and_docs/content/documentation/webdriver/bidi/cdp/network.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Both requests and responses can be recorded or transformed.
122122
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java#L125-L126" >}}
123123
{{% /tab %}}
124124
{{% tab header="Python" %}}
125-
{{< gh-codeblock path="/examples/python/tests/bidi/cdp/test_logging.py#L26-L28" >}}
125+
{{< gh-codeblock path="/examples/python/tests/bidi/cdp/test_network.py#L26-L28" >}}
126126
{{% /tab %}}
127127
{{% tab header="CSharp" %}}
128128
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BiDi/CDP/NetworkTest.cs#L114-L118" >}}
@@ -146,7 +146,7 @@ Both requests and responses can be recorded or transformed.
146146
{{< gh-codeblock path="/examples/java/src/test/java/dev/selenium/bidi/cdp/NetworkTest.java#L142-L157" >}}
147147
{{% /tab %}}
148148
{{% tab header="Python" %}}
149-
{{< gh-codeblock path="/examples/python/tests/bidi/cdp/test_logging.py#L37-L44" >}}
149+
{{< gh-codeblock path="/examples/python/tests/bidi/cdp/test_network.py#L37-L44" >}}
150150
{{% /tab %}}
151151
{{% tab header="CSharp" %}}
152152
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/BiDi/CDP/NetworkTest.cs#L136-L143" >}}

0 commit comments

Comments
 (0)