lswnsn
lswnsn
hello, i test if git clone https://github.com/electron/electron-quick-start, use latest playwright, latest electron version, we can get firstWindow(), but this electron-quick-start main.js is very simple. i use playwright simple introduction test...
@mxschmitt it is our internal repo, i just can give you electron build out main.js, is it ok?
@mxschmitt do you have IM tool that i can share my desktop to you, share how to reproduce in my environment?
@mxschmitt this is my reproduce repo: https://github.com/lswnsn/electron-quick-start you can use this command: node test.js, then you will see electron application can launch, but we can't get the firstWindow(), error is:...
@mxschmitt i have upload new folder electron14-2 to this repo: https://github.com/lswnsn/electron-quick-start, in electron14-2/assets, now there is main.js, this file, mostly is nestjs code and we include wasmBinaryFile which is convert...
@mxschmitt i test it to set show to true, the electron14 application can launch, but we still can't get the firstWindow, if we can't get the firstwindow, our playwright automatic...
@aslushnikov what's this progress now?