You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/chrome/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Both [ChromeDriver](https://www.selenium.dev/selenium/docs/api/javascript/module
4
4
5
5
When using ChromeDriver or EdgeDriver it is now possible to execute commands via the [Chrome DevTools protocol](https://chromedevtools.github.io/devtools-protocol/).
6
6
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:
8
8
9
9
**browser.chrome:**
10
10
@@ -23,8 +23,9 @@ Here's the full list of commands available on the `chrome` namespace on the `bro
0 commit comments