Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to identify unque properties of chrome browser
#5
Not Solved
Hi Thanks for the Reply

i have used your code


Code:
'
bIndex = 0 'Set Browser index to 0
While Browser("CreationTime:="&bIndex).Exist(1) 'Loop untill the last browser
bTitle = Browser("CreationTime:="&bIndex).GetROProperty("title") 'Get the browser title
b1Title = Browser("CreationTime:="&bIndex).GetROProperty("text")
  If InStr(b1Title,"HP Quality Center") = 0 And InStr(bTitle,"ISL Dashboard") = 0 Then
     Browser("CreationTime:="&bIndex).Close 'If the title doesn't contain Google or Gmail or Yahoo, close it
             If bIndex <> 0 Then
                                                                                              bIndex = bIndex - 1 'If browser index is more than 0 and a browser is closed, decrease the index value by 1
  End If
    Else
       bIndex = bIndex + 1 'If no browser is closed for certain run, increase the index value by 1
                   End IF

it is able to close the IE browsers sucessfully but not able to close the other opened chrome browsers Sad
Reply


Messages In This Thread
RE: Unable to identify unque properties of chrome browser - by tanyamrz - 10-25-2012, 03:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT24.2 and Chrome Browser is not resnponding mode kotaramamohana 0 63 11-12-2024, 05:33 PM
Last Post: kotaramamohana
  Unable to identify multilevel headers of JTable dharanikesav 0 1,448 01-16-2017, 07:09 PM
Last Post: dharanikesav
  Unable to get properties of JavaObject in contextual menu amit25007 1 1,783 12-18-2015, 12:27 PM
Last Post: vinod123
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,458 03-11-2014, 12:13 PM
Last Post: devarapallliramana
Rolleyes QTP 11 not identify PDF Browser laxminaranaya 1 2,390 02-25-2014, 01:34 PM
Last Post: guin.anirban

Forum Jump:


Users browsing this thread: 1 Guest(s)