From bd523aaecb62576dde7f507b12e67ce8feee116d Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 28 Feb 2023 21:26:05 +1000 Subject: [PATCH] updated --- extensions/pipelines/http/emulator/rod/launcher.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/pipelines/http/emulator/rod/launcher.go b/extensions/pipelines/http/emulator/rod/launcher.go index 66ef582..68e3243 100644 --- a/extensions/pipelines/http/emulator/rod/launcher.go +++ b/extensions/pipelines/http/emulator/rod/launcher.go @@ -22,7 +22,8 @@ func createLauncher() *Launcher { Set(DisableGPU, "true"). Set(HideScrollBars, "true"). Set(DisableCrashReporter, "true"). - Set(DisableNotifications, "true") + Set(DisableNotifications, "true"). + NoSandbox(true) } func CreateLauncher(options Options) *Launcher {