Forum Discussion
sastowe
14 years agoSuper Contributor
This line here
set frmSave = Sys.Process("App").WaitWindow("#32770", "Select a location to Save", 1, 10000)
Is still sometimes take a really long time to find the window, even though I can SEE the window on the screen. Is there any way to speed recognition of this object? Thanks
S
set frmSave = Sys.Process("App").WaitWindow("#32770", "Select a location to Save", 1, 10000)
Is still sometimes take a really long time to find the window, even though I can SEE the window on the screen. Is there any way to speed recognition of this object? Thanks
S