-
I have been searching the docs because I seem to remember a method/attribute/property that I can use to check if a running textual app is being served in a browser or not. I am using
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I looked at the source code and realized that |
Beta Was this translation helpful? Give feedback.
I looked at the source code and realized that
App.suspend()
already checks the Driver'scan_suspend
property and throws SuspendNotSupported. Catching SuspendNotSupported seems like the best option.