Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to identify object once it is moved on the page
#9
Solved: 10 Years, 10 Months ago
yep.

You can also use the GetRowWithCellText()

like....

Code:
x=  Browser("MSN").Page("MSN").WebTable("LinkTable").GetRowWithCellText("CNN",1)
Browser("MSN").Page("MSN").WebTable("LinkTable").ChildItem(x,1,"Link",0).Click

This code would look for "CNN" in column 1, then click the link in the row.
Reply


Messages In This Thread
RE: How to identify object once it is moved on the page - by jsknight1969 - 10-03-2009, 12:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to identify an error page occurring in server in between the qtp run. aswini 1 1,657 05-04-2017, 03:52 PM
Last Post: Ankur
  Cannot identify the object "Webtable" korunu 1 2,406 06-29-2016, 05:28 PM
Last Post: Ankesh
  Cannot identify the object "Webtable" korunu 0 1,683 05-11-2016, 12:02 AM
Last Post: korunu
  QTP "Cannot identify the object" richardpaulhall_2 3 13,343 08-20-2015, 11:46 PM
Last Post: ADITI1992
  What is the criteria of identify the object based on Base & option filter properties Suma Parimal 2 2,925 01-28-2014, 06:35 PM
Last Post: Suma Parimal

Forum Jump:


Users browsing this thread: 1 Guest(s)