SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.84k stars 768 forks source link

Splash window become white-out in v4.0.1-beta.5 #1810

Open tokyo-watcher opened 7 months ago

tokyo-watcher commented 7 months ago

応答なし-2024-04-11 091925

Could it be that the code in the upper section is being executed in the branch below?

          // selenium-ide\packages\selenium-ide\src\main\session\controllers\Windows\index.ts
          const win = new BrowserWindow(options)
          if (session.system.isDev) {
            win.loadURL(`http://localhost:8083/${filename}.html`)
          } else {
            win.loadFile(join(__dirname, `${filename}.html`))
          }

This issue did not occur until v4.0.1-beta.3.

If I force close it with Task Manager and start it again, I get the following error:

selenium-ide-error-beta-2-5

OS: Windows 10

toddtarsi commented 7 months ago

@tokyo-watcher - Oh this is a great issue to raise. I think you're right. I hadn't factored in that possibility. Thank you for reporting, will be making a fix shortly.

toddtarsi commented 7 months ago

@tokyo-watcher - I think this should be resolved in latest (although there are some other fixes we'll do to enhance the durability here later). If it looks okay to you, I'll close this issue 😃