Skip to content

Commit b49f341

Browse files
committed
Cleanup docs
1 parent 4027e82 commit b49f341

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,6 @@ Running with devtools protocol
591591
WebDriver : {
592592
url: "http://localhost",
593593
browser: "chrome",
594-
devtoolsProtocol: true,
595594
desiredCapabilities: {
596595
chromeOptions: {
597596
args: [ "--headless", "--disable-gpu", "--no-sandbox" ]

docs/helpers/WebDriver.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ website][4].
147147
WebDriver : {
148148
url: "http://localhost",
149149
browser: "chrome",
150-
devtoolsProtocol: true,
151150
desiredCapabilities: {
152151
chromeOptions: {
153152
args: [ "--headless", "--disable-gpu", "--no-sandbox" ]

lib/helper/WebDriver.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ const config = {}
180180
* WebDriver : {
181181
* url: "http://localhost",
182182
* browser: "chrome",
183-
* devtoolsProtocol: true,
184183
* desiredCapabilities: {
185184
* chromeOptions: {
186185
* args: [ "--headless", "--disable-gpu", "--no-sandbox" ]

0 commit comments

Comments
 (0)