Hi, first of all, thanks for Etaoin: I'm currently using it to test several Electron projects and it works great!
One problem I'm having: if I pass :args
to api/boot-driver :chrome
, it prefixes my arguments with --
always. This means that if I pass a file, for example, it still gets prefixed like --/tmp
. How do I work-around over this? Any ideas?