Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with GetROProperty
#1
Not Solved
Hello,

i've a problem with closing certain windows.
I want to close all browser windows with a specified url, regardless if the window is opend bevor the script is started or at run time of the script.

So i use following code:
Code:
While Browser("Creationtime:=" & CreationTime).Exist
    URL = Browser("Creationtime:=" & CreationTime).GetROProperty("URL")
    If instr(URL, Mask) Then
        Browser("Creationtime:=" & CreationTime).Close
    Else
        CreationTime = CreationTime + 1
    End If
Wend

Most windows can be closed without any problem.
But there is always a window that remains open. A page with a pdf-file, something like http://www.test.com/test.pdf
If i want to get the url of such a page, the URL is always blank?

Can someone help me, please?
Thank you
Reply


Messages In This Thread
Problem with GetROProperty - by QADBA - 07-14-2008, 11:14 PM
RE: Problem with GetROProperty - by stevol - 07-15-2008, 03:06 PM
RE: Problem with GetROProperty - by QADBA - 07-15-2008, 07:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to use GetRoProperty for title svsaug6 2 9,536 08-26-2013, 03:36 AM
Last Post: Novemberrain81
  .Object vs GetROProperty? Archens 0 3,271 03-28-2012, 10:26 PM
Last Post: Archens
  QTP gives wrong value through GetRoProperty rahul3tech 2 3,954 02-03-2012, 10:14 PM
Last Post: rajpes
  How to use GetROProperty mv8167 8 49,875 05-04-2011, 09:52 PM
Last Post: mv8167

Forum Jump:


Users browsing this thread: 1 Guest(s)