You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web-apps/automated-testing/cdp-bidi/examples.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ async function setCookie() {
90
90
</TabItem>
91
91
</Tabs>
92
92
93
-
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/cdp_api/#set-cookie)
93
+
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidi/cdp/network/#setting-cookies)
94
94
95
95
### Basic Auth
96
96
Basic Auth allows you to test websites that have basic access authentication implemented.
@@ -145,7 +145,7 @@ async function myTest() {
145
145
</TabItem>
146
146
</Tabs>
147
147
148
-
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/cdp_api/#basic-authentication)
148
+
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidi/cdp/network/#basic-authentication)
149
149
150
150
151
151
## BiDi API
@@ -199,7 +199,7 @@ async function captureConsoleLogs() {
199
199
</TabItem>
200
200
</Tabs>
201
201
202
-
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/bidi_api/#console-logs-and-errors)
202
+
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidi/cdp/logging/#console-logs)
203
203
204
204
### Network Interception
205
205
Network events can be intercepted for both requests and responses in order to consume or transform them.
@@ -274,4 +274,4 @@ async function captureContentTypes() {
274
274
</TabItem>
275
275
</Tabs>
276
276
277
-
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/bidi_api/#response-information) or [WebdriverIO reference on CDP](https://webdriver.io/docs/devtools-service/#chrome-devtools-access)
277
+
See also [alternative implementations](https://www.selenium.dev/documentation/webdriver/bidi/cdp/network/#network-interception) or [WebdriverIO reference on CDP](https://webdriver.io/docs/devtools-service/#chrome-devtools-access)
0 commit comments