Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetCellData
#8
Not Solved
I finally got back to this point.

Code:
inrtxt=Browser("Fax Request").Page("Page").WebTable("Fax Status").Object.rows(r-1).cells(3).innertext (c no longer exists so set to column 3, for 4-1)
returns correct cell value, CCI_8717

identifier ="innertext:="&inrtxt
returns, innertext:=CCI_8717

a=Browser("Fax Request").Page("Page").WebElement( identifier).GetROProperty("abs_x")
returns,
The "[ WebElement ]" object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object.

Line (68):
Code:
"a=Browser("Fax Request").Page("Page").WebElement( identifier).GetROProperty("abs_x")".

Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.

There ar two cells with CCI_8717. I create the 8717 using RandNum = RandomNumber(1000, 9999), but it is not very random as I get the same values daily. ie 87127 and 1010 are very common.
Reply


Messages In This Thread
GetCellData - by mv8167 - 02-15-2012, 10:07 PM
RE: GetCellData - by inborntester - 02-18-2012, 08:14 AM
RE: GetCellData - by surya_7mar - 02-19-2012, 09:58 AM
RE: GetCellData - by mv8167 - 02-27-2012, 09:36 PM
RE: GetCellData - by inborntester - 02-27-2012, 09:41 PM
RE: GetCellData - by mv8167 - 02-28-2012, 02:24 AM
RE: GetCellData - by inborntester - 02-28-2012, 08:16 AM
RE: GetCellData - by mv8167 - 02-29-2012, 09:20 PM
RE: GetCellData - by inborntester - 03-01-2012, 10:33 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  GetCellData not implemented aranucci 4 6,454 01-08-2014, 03:42 PM
Last Post: aranucci
  GetCellData() method ??? sumit_sehgal21 5 28,125 04-22-2013, 07:52 AM
Last Post: basanth27
  error whith getcelldata within actxtable frebuffi 1 2,757 02-27-2013, 03:03 PM
Last Post: Munna.Sarfraz
  Rowcount: getcelldata : compare : click on true result. Please help shamak 1 5,066 02-16-2011, 10:49 AM
Last Post: basanth27
Question RE: Webtable - GetCellData to LocalSheet - another question boludes 3 4,051 01-25-2011, 07:46 PM
Last Post: boludes

Forum Jump:


Users browsing this thread: 1 Guest(s)