 
      
    JavaScript
    11
    Вклад в тег
    
      
      
    
  
  
document.querySelector('<Тут должен быть валидный css селектор для формы.>').submit()const { remote } = require('electron')
remote.getCurrentWindow().close()win.on('closed', () => {
    win = null
})
app.on('window-all-closed', () => {
  if (process.platform !== 'darwin') {
    app.quit()
  }
})