Closed CBR900cc closed 1 year ago
I've temporaly solved by adding:
cmd = 'cd'
before:
child_process.exec(cmd, opt, (err, stdout, stderr) => {
in "C:/Users/
Hey @CBR900cc , thanks reaching us, team is out of office currently and we will look into this when we're back. Thank you!
Could you please share some information for your scenarios? Why we need to make browser not open?
Hello @CBR900cc , do you have chance looking into this?
Could you please share some information for your scenarios? Why we need to make browser not open?
Hello @EzioLi01 I need that because during coding, I keep browser open with my default profile, and every time I run cmd command it launch new browser with a unknown profile and have to close new browser every time
Could you please share some information for your scenarios? Why we need to make browser not open?
Hello @EzioLi01 I need that because during coding, I keep browser open with my default profile, and every time I run cmd command it launch new browser with a unknown profile and have to close new browser every time
Make sense, thanks for the clarification. Will look into this, any progress will comment here.
Hey @CBR900cc, this feature is completed, we're adding showbrowser
as an argument to handle this. It will be released on the next prod version, thank you!
@EzioLi01 really good job, thanks for your effort
Description
Hello, I want to prevent open of browser when run "simulate android --target=chrome"
Steps to Reproduce
simply run: simulate android --target=chrome
Software versions
cordova-simulate
version: 1.2.0 latest