Skip to content

Commit 895de7c

Browse files
committed
More fixes in chrome namespace API docs.
1 parent 45ad29e commit 895de7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/api/chrome/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Both [ChromeDriver](https://www.selenium.dev/selenium/docs/api/javascript/module
44

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

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

99
**browser.chrome:**
1010

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

2424
**More info:**
2525

26-
- [selenium-webdriver/chrome](https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/chrome.html)
27-
- [selenium-webdriver/edge](https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/edge.html)
26+
- [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))
27+
- [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))
28+
- [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))
2829

2930
### Example
3031

0 commit comments

Comments
 (0)