From df0fb8f2501f1d030f86ea4fd81d5c22ae3c2096 Mon Sep 17 00:00:00 2001 From: Stuart Minchington <8060716+StuMinch@users.noreply.github.com> Date: Tue, 20 Aug 2024 08:48:35 -0700 Subject: [PATCH] Update examples.md Fixed minor typo as a way to get back into the flow of editing docs. --- docs/web-apps/automated-testing/cdp-bidi/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web-apps/automated-testing/cdp-bidi/examples.md b/docs/web-apps/automated-testing/cdp-bidi/examples.md index 60d197235e..91390233c1 100644 --- a/docs/web-apps/automated-testing/cdp-bidi/examples.md +++ b/docs/web-apps/automated-testing/cdp-bidi/examples.md @@ -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. @@ -274,4 +274,4 @@ async function captureContentTypes() { -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) \ No newline at end of file +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)