How to test if particular notification is being displayed or if it's dismissed #1380
Replies: 1 comment
-
you could monitor the notification history. #1348 adds something that may be useful for your use case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to detect when particular notification is dismissed/closed but not sure how.
I tried
--print-id
flag but I don't think that I can use it to kill it.$!
also didn't gave me process id to killIn hopes to check periodically if process is exists
Beta Was this translation helpful? Give feedback.
All reactions