-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Debug message Could not get window title
is printed to console when using getActiveWindow
#614
Comments
Hi @jweingarten-rv 👋 I can confirm this issue, will be adressed! Best regards Simon |
@jweingarten-rv Could you give |
Sorry, but I still see them. Here is I think whats happening for me in most cases.
The goal of this loop is to close any potential product popup by pressing Now if that code is executed, while a Finder window is open, we see the Hope this helps. |
Hi @jweingarten-rv 👋 The snapshot release pipeline needed a change, could you try again with a clean cache? Regarding your snippet, did you give the |
Sorry, but I must be doing something wrong. Here is what I did
|
You can install the latest snapshot by running |
Well, I did try that, but because of the warnings I wasn't sure if I should use this.
Anyway. Yes I can confirm that its fixed with version Thank you very much! |
Fixed with |
Version
Short overview
When using
await nut.getActiveWindow()
we see debug messages on the console with textCould not get window title
.Issue occurs on
node version:
OS type and version:
Mac only, not windows.
Detailed error description
When using
await nut.getActiveWindow()
we see debug messages on the console with textCould not get window title
.A grep through my
node_modules
folder shows these matches only, so I am thinking its something that comes from the NutJS libs:Full code sample to reproduce
Don't have one right now. I am hoping that you actually find the string in your code base and can let me know how I can avoid the message showing up. My users, who write automated tests, just see this message and its concerning them, because they think its the reason for a test failure, but obviously it isn't. It seems like its just a debug message.
The text was updated successfully, but these errors were encountered: