I have an ElectronJS app with 2 buttons: "FF" and "IE", when I click on them, it opens the related browser via Node Childprocess spawn function.
Now, I want, somehow, to resize the opened browser window to be 600*600px (for instance).
I tried to looks if Electron has some functionality to do that but I can't find nothing, I also tried to understand if I can do it thru windows CLI but also didn't find anything.
Do anyone have some idea how to perform this such behavior?
Thank you!