Answer the question
In order to leave comments, you need to log in
How to access a window in Electron from an attached script?
There is an application on Electron, updated from version 8 to 16.
Previously, you could access the window (to set the size and position) like this.
const {remote} = require('electron');
remote.getCurrentWindow();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question