Skip to content

Commit df0fb8f

Browse files
authored
Update examples.md
Fixed minor typo as a way to get back into the flow of editing docs.
1 parent ef5f05b commit df0fb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/web-apps/automated-testing/cdp-bidi/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

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).
1313

1414
## CDP API
1515
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() {
274274
</TabItem>
275275
</Tabs>
276276

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

Comments
 (0)