Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Howto Find WebTable Cell
#1
Solved: 10 Years, 7 Months, 3 Weeks ago
Hello

i want to get the webtable cell that contains a certain image but no text.
i have created the description of the image, and it's identified perfectly, i just want to obtain the cell which contains this very image.

any ideas?
Reply
#2
Solved: 10 Years, 7 Months, 3 Weeks ago
Hi,

If u r able to get the imgae using DP then use for loop for rows and colum
Code something like this:
Code:
For i=1 to Rowcount
For j=1 to ColCount
if Browser().Page().webTable().ChildItem(oDesc).exists
msgBox("Row:"&i)
msgBox("Colmnu:&j)
Next
Next

'ODesc-->Description for the image u have created.
This approach might help u.

Regards,
Sankalp
Reply
#3
Solved: 10 Years, 7 Months, 3 Weeks ago
Thank you, let me try this Smile
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Link in a webtable in a webtable Soulwalker 1 2,665 07-19-2017, 01:44 PM
Last Post: Ankur
  Webtable actions are not getting recorded, but ObjectSpy is able to identify webtable sahilarora2000 2 3,600 06-13-2014, 04:27 PM
Last Post: vinod123
  Access Webtable Cell learner1 1 1,943 12-30-2009, 05:54 PM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)