Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetRowwithCellText(dataTable.Value())
#3
Not Solved
I corrected to ChildItem.
I modified the code a bit which worked for me Smile

Code:
Ref = Trim(DataTable("A", dtGlobalSheet))
LinkText = "LINK"
row = Browser("").Page("").WebTable("").GetRowWithCellText(A,1,1)
A = Cint(row)
CCell = Browser("").Page("").WebTable("").GetCellData(A,5)
Set objLink = Browser("").Page("").WebTable("").ChildItem(A, 5, "Link", 0)
Wait("3")
objLink.Click

Thank you for immediate reply.
Reply


Messages In This Thread
GetRowwithCellText(dataTable.Value()) - by uma87 - 07-29-2011, 06:48 PM
RE: GetRowwithCellText(dataTable.Value()) - by uma87 - 08-01-2011, 01:26 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)