Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Funtion to get the status of the check box along with name of the web element
#3
Not Solved
I think when We are referencing a test object in a Table we should use ChildItem table method to get access to that Object. But we should be careful about exact Row and Column numbers where the Test Object Resides other we can't get access to Childobjects in Table. Try the following code.. if it fails try to alter the Column value and try.


Code:
For i = 2 To Rows

Set Item1 = WebTableCount.ChildItem(i, 1, "WebCheckBox", 0)
msgbox  Item1.GetRoProperty("name")

Next

Thanks,
Vijay
Reply


Messages In This Thread
RE: Funtion to get the status of the check box along with name of the web element - by dvkbabu - 04-21-2009, 07:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to close/restart UFT in "Not responding" status with AOM script CharlieMadrid 0 1,086 05-21-2020, 08:46 PM
Last Post: CharlieMadrid
  Unable to select WebFile element upadhyay40 5 7,556 06-28-2016, 04:38 PM
Last Post: aakash
  Auto complete for Web Edit box branjitk 2 5,736 12-20-2014, 09:31 PM
Last Post: supputuri
Question Is Reporter ignoring the status of steps? dlaureano 3 3,438 06-05-2014, 01:38 PM
Last Post: Jay
  QTP identifying WebList as WebEdit and an Element passion77 3 8,160 01-27-2014, 10:21 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)