We currently need to login via a companies webpage (wordpress) so we must create a new window and run all those processes to get the user information. We have that working, but what we need is to trigger the window in the event process, but need to run the event emitters in the main process because it is highly suggest not to use remote for app and we need to write their information to a cached file.
Remote browser window says it is created in the main process but there is no way to run the emitters without an window ready or open. What would be the best way to go about this?