Question
2
Replies
42
Views
Posted: September 9, 2019
Last activity: September 29, 2019
Closed
How to use IsDisposed Property
I am trying to use IsDisposed property to check whether my web application screen closed or not after perform click on OK Button.
please let me know other option to make this possibility.
In attached screenshot i need to check whether Perform click happened or not on OK button.
Drag IsDisposed property of the page into automation, if true means it is disposed, else not.
Use destroyed event as alternate.