Skip to content

Commit

Permalink
More fixes in chrome namespace API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jul 22, 2024
1 parent 45ad29e commit 895de7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/api/chrome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Both [ChromeDriver](https://www.selenium.dev/selenium/docs/api/javascript/module

When using ChromeDriver or EdgeDriver it is now possible to execute commands via the [Chrome DevTools protocol](https://chromedevtools.github.io/devtools-protocol/).

Here's the full list of commands available on the `chrome` namespace on the `browser` object:
Here's the full list of commands available on the `.chrome` namespace on the `browser` object:

**browser.chrome:**

Expand All @@ -23,8 +23,9 @@ Here's the full list of commands available on the `chrome` namespace on the `bro

**More info:**

- [selenium-webdriver/chrome](https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/chrome.html)
- [selenium-webdriver/edge](https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/edge.html)
- [selenium-webdriver/chromium](https://www.selenium.dev/selenium/docs/api/javascript/module-selenium-webdriver_chromium.html) (class [Driver](https://www.selenium.dev/selenium/docs/api/javascript/module-selenium-webdriver_chromium-Driver.html))
- [selenium-webdriver/chrome](https://www.selenium.dev/selenium/docs/api/javascript/module-selenium-webdriver_chrome.html) (class [Driver](https://www.selenium.dev/selenium/docs/api/javascript/module-selenium-webdriver_chrome-Driver.html))
- [selenium-webdriver/edge](https://www.selenium.dev/selenium/docs/api/javascript/module-selenium-webdriver_edge.html) (class [Driver](https://www.selenium.dev/selenium/docs/api/javascript/module-selenium-webdriver_edge-Driver.html))

### Example

Expand Down

0 comments on commit 895de7c

Please sign in to comment.