Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tokyo-watcher opened this issue Apr 10, 2024 · 2 comments
Open

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

tokyo-watcher opened this issue Apr 10, 2024 · 2 comments

Comments

@tokyo-watcher
Copy link

tokyo-watcher commented Apr 10, 2024

応答なし-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
Copy link
Contributor

@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
Copy link
Contributor

@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 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants