Hi.
In the context of Karma-based tests running on a Multiplatform browser test, I need to access the Chrome custom launcher in order to add some flags. More specifically, I need to add "--ignore-certificate-errors").
Is there any way to add such flags when using one of the
useChromNnnn
methods?
Should I create an issue requesting this feature? If so, where?
There are already a couple of
useChromeNnnn
methods that set different launcher flags (e.g.
useChromeHeadlessNoSandbox
), however there isn't any to set the "--ignore-certificate-errors".
a
Artem Kobzar
07/25/2023, 3:38 PM
@Ilya Goncharov [JB] ^^
i
Ilya Goncharov [JB]
07/27/2023, 12:27 PM
Hi, now it can be done only via JavaScript part, you can create