SeleniumHQ / selenium-ide

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

New project and load project button throwing error and not launching the project in windows #1730

Closed mrgamedev07 closed 6 months ago

mrgamedev07 commented 8 months ago

🐛 Bug Report

In the latest version 4.0.0-alpha.55, getting error TypeError: e.setWindowButtonVisibility is not a function image

To Reproduce

Steps to reproduce the behavior:

  1. open the selenium ide
  2. click on new project

Expected behavior

project should be opened

Environment

OS: Windows 10 Selenium IDE Version: 4.0.0-alpha.55 Selenium SIDE Runner Version: 4.0.0-alpha.55

mrgamedev07 commented 8 months ago

@toddtarsi i think the function "window.setWindowButtonVisibility()" is only supported for mac os

Here is ref: https://github.com/electron/electron/issues/19052

toddtarsi commented 8 months ago

@mrgamedev07 - Ah! My mistake, commit going out now to only call this on Mac. Sorry about that, I am working on making the various windows cache better across platforms, but over-optimized for mac here.

toddtarsi commented 8 months ago

@mrgamedev07 - Should be live in like 15 minutes on x.56

toddtarsi commented 7 months ago

@mrgamedev07 - Just wanted to check out how things are going. x.58 is going live tonight and just does a lot for stability and performance. Reordering is improved, recording is improved, etc. If you get the chance, please give it a whirl and if things look alright, I'll close this issue. Feel free to make any new issues for new problems.

toddtarsi commented 7 months ago

@mrgamedev07 - We are now building for each platform on the native platform, so no more building windows on mac.

https://github.com/SeleniumHQ/selenium-ide/releases

Please test and let me know how things look 🤞

toddtarsi commented 6 months ago

Closing this. I believe it's quite resolved in latest.

github-actions[bot] commented 5 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.