Execute electron api's while the app is only opened in the system tray #426
Unanswered
MohammedChaibi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I am not sure where this |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm new to Automated testing so I was hoping somebody could clarify this to me.
I have an electron app that only opens in the system tray, and in my test I'm hoping to execute a method (openApp('appName')) I have in the exposeInMainWorld that communicates with main.ts and creates a windows to open the app.
Is it possible that from the wdio test I can execute openApp('appName') so it can then start the app I want without having any browser window opened?
If any details are needed I can provide more info.
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions