Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Not Identifying a window at times.
#1
Not Solved
Hi,
My problem is, in my application i have a file download window.I have to get the "text" property from that file download window.
I wrote scripts for that and now the issue is it will recognize that window at times and for certain times it is not.
Can anyone help me in solving this issue...
The script is given below

Code:
Do
var_exist=Browser("Browser.").Dialog("File Download_2").Exist
nme=Browser("Browser.").Dialog("File Download_2").WinObject("Name:").GetROProperty ("text")
Loop until var_exist="True"


Since it takes sometime to display the 'File download' window i gave it in a Do Loop.
Reply


Messages In This Thread
QTP Not Identifying a window at times. - by sherinvg - 07-21-2008, 04:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Objects identifying as WinObjects on IE with QTP/UFT santhosh kumar 5 5,283 05-07-2016, 12:39 PM
Last Post: vinod123
  QTP 10 not identifying objects in IE8 on 64 bit OS Ram2009 6 4,486 03-24-2015, 05:46 PM
Last Post: vinod123
  Is it possible to call Java window and Power Builder Window in 1 Action sbkhbk 0 2,455 06-05-2014, 08:18 PM
Last Post: sbkhbk
  QTP 11 - Chrome 24. Dialog box is identifying as Win object. Kannan R 0 3,008 08-13-2013, 08:10 PM
Last Post: Kannan R
  Does CSS in QTP can help identifying objects only ??? keeper_13 5 5,303 06-07-2013, 02:19 AM
Last Post: keeper_13

Forum Jump:


Users browsing this thread: 1 Guest(s)