Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP pop up window handling
#3
Not Solved
after recording remove the step from script.....else use a if loop...if popup visible

Code:
window(a).winbutton(a).click
if window(a).popup(a).exist(3) then
window(a).popup(a).click
End if
Reply


Messages In This Thread
QTP pop up window handling - by piyush8793 - 03-12-2015, 05:25 PM
RE: QTP pop up window handling - by vinod123 - 03-13-2015, 09:52 AM
RE: QTP pop up window handling - by babu123 - 03-17-2015, 09:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  SAP GUI gets hanged while closing the Windows Pop Up kathirvelnagaraj 0 5,341 10-23-2015, 06:47 PM
Last Post: kathirvelnagaraj
Exclamation Login & logout in Siebel and clicking pop-up button yuetling926 7 10,726 07-09-2014, 10:43 PM
Last Post: hhamilton
  Is it possible to call Java window and Power Builder Window in 1 Action sbkhbk 0 2,451 06-05-2014, 08:18 PM
Last Post: sbkhbk
  Handling .NET framework menu in webpage using QTP 10 vishnu1067 0 2,212 05-15-2014, 05:30 PM
Last Post: vishnu1067
  select a date from pop-up calendar Dertjon 1 5,599 05-13-2014, 02:29 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)