Sleepy
2
Does the phrase "it just stops" mean that:
- the macro aborts with an error, or
- the macro aborts without an error, or
- the macro never finishes because it's permanently waiting in one of your Pause Until statements?
I found someone else talking about handling Electron apps here. Maybe you can check what they did to resolve their problem.