Hi,
We are facing some trouble in clients.First of all we have about 175 clients.We have client timer script to close any popup error message after 1 min delay.It works for all of the messages except for this.Anyone has any idea about it?
from java.awt import Window,Frame
from javax.swing import JFrame
for wind in Window.getWindows();
if isinstance(wind,JFrame):
if wind.getTitle()==''
wind.dispose()