Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to identify top browser from a lot of browsers?
#9
Solved: 11 Years, 6 Months, 2 Weeks ago
HI guocnc,

Try with the below code ..... Your requirement will be solved now ...Smile

Code:
Set PDesc=Description.Create
        PDesc("micclass").Value="Page"
  Set LDesc=Description.Create
        LDesc("micclass").Value="Link"

   Set Pages=Browser("CreationTime:=0").childObjects(PDesc)
   Set Links=Pages(0).ChildObjects(LDesc)
   Links(3).Click
   Browser("CreationTime:=0").Back
Reply


Messages In This Thread
RE: How to identify top browser from a lot of browsers? - by sreekanth chilam - 03-05-2009, 02:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Running test with multiple browsers mvi63 0 2,863 06-25-2014, 06:49 PM
Last Post: mvi63
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,613 03-11-2014, 12:13 PM
Last Post: devarapallliramana
Rolleyes QTP 11 not identify PDF Browser laxminaranaya 1 2,495 02-25-2014, 01:34 PM
Last Post: guin.anirban
  Multiple 2 IE browsers are being displayed VA1405 1 1,979 01-15-2014, 07:20 AM
Last Post: basanth27
  Will Object Property Differ across browsers?? qtplearner88 7 4,281 07-30-2013, 07:18 PM
Last Post: qtplearner88

Forum Jump:


Users browsing this thread: 2 Guest(s)