File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff 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" ]
Original file line number Diff line number Diff 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" ]
Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments