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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
import Tabs from '@theme/Tabs';
10
10
import TabItem from '@theme/TabItem';
11
11
12
-
The (Selenium) examples below are assuming that all prerequisits are met and you have successfully [initiated the webdriver](/web-apps/automated-testing/cdp-bidi/#1-using-selenium).
12
+
The (Selenium) examples below are assuming that all prerequisites are met and you have successfully [initiated the webdriver](/web-apps/automated-testing/cdp-bidi/#1-using-selenium).
13
13
14
14
## CDP API
15
15
The CDP API provides automatically generated classes (based on CDP domains) and bindings to respective methods and events.
@@ -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/bidirectional/chrome_devtools/bidi_api/#response-information) or [WebdriverIO reference on CDP](https://webdriver.io/docs/devtools-service/#chrome-devtools-access)
0 commit comments