Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to identify the object when it is dynamically changing behavior
#12
Solved: 11 Years, 3 Months, 2 Weeks ago
Code:
set desc=description.create
desc("micclass").value="WebLink"

set obj=browser().page().webtable().childobjects(desc)

for i=0 to obj.count-1
linkname=obj(i).getroproperty("name")
msgbox linkname
next
Reply


Messages In This Thread
RE: How to identify the object when it is dynamically changing behavior - by shivu.hanu - 01-05-2012, 12:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Changing Data in the application newbieny 0 760 07-17-2019, 07:11 PM
Last Post: newbieny
  Unable to identify Child Object for a window application created using C#. ssanjeev 3 6,207 03-27-2017, 05:38 AM
Last Post: ankita
  How to identify Jquery slider object and use the slider in QTP? axn700 0 2,676 10-22-2015, 12:03 PM
Last Post: axn700
  When UFT Does Not Identify an Object vinod123 4 7,379 06-20-2014, 02:44 PM
Last Post: vinod123
  "Cannot identify object" failure only when script is checked into QC msacks 0 2,019 02-28-2014, 12:40 AM
Last Post: msacks

Forum Jump:


Users browsing this thread: 3 Guest(s)