Skip to content

Commit

Permalink
Update examples.md (#2896)
Browse files Browse the repository at this point in the history
Fixed minor typo as a way to get back into the flow of editing docs.

Co-authored-by: Alex Plischke <[email protected]>
  • Loading branch information
StuMinch and alexplischke authored Aug 20, 2024
1 parent 8fa9261 commit 8a8f6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web-apps/automated-testing/cdp-bidi/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

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

## CDP API
The CDP API provides automatically generated classes (based on CDP domains) and bindings to respective methods and events.
Expand Down Expand Up @@ -274,4 +274,4 @@ async function captureContentTypes() {
</TabItem>
</Tabs>

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)
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 comments on commit 8a8f6ed

Please sign in to comment.