RoboZAP lib Headless mode
madhu92be opened this issue · 2 comments
madhu92be commented
Hi
I have observed that their is no code written for zap headless mode.
Under zap headless mode, their is a copy of gui mode.
Please correct it and help me on this.
Thanks and Regards,
Madhusudana
abhaybhargav commented
@madhu92be Just use the keyword start headless zap
instead of start gui zap
and you should be good. I just checked the code. it uses the -daemon
flag which runs headless itself.
madhu92be commented
Thank you @abhaybhargav