Forum Discussion
Ravik
12 years agoSuper Contributor
Well Dear All I Resolved the issue by using FindChild Method and I used below code-
Else Log.message ("Pop up not Found")
set popup = sys.Process("iexplore", 2).FindChild("wndCaption","OK",500)
If popup.Exists then
popup.click
Else Log.message ("Pop up not Found")
Related Content
Recent Discussions
- 10 hours ago