We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006eb6 commit 55a76f6Copy full SHA for 55a76f6
client/src/adt/sapgui/sapgui.ts
@@ -257,7 +257,7 @@ export class SapGui {
257
headless: false,
258
executablePath: config.sapGui?.browserPath || "chrome",
259
ignoreDefaultArgs: ["--enable-automation", "--enable-blink-features=IdleDetection"],
260
- ignoreHTTPSErrors: !!config.allowSelfSigned,
+ acceptInsecureCerts: !!config.allowSelfSigned,
261
// @ts-ignore
262
defaultViewport: null,
263
args: ['--start-maximized']
0 commit comments