Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identification of Object in eb Table
#2
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi,

I am not sure how you can parameterize the webbuttons and images inside a webtable.. but you can try this.


Code:
Count1 = Browser("").page("").Webtable("").childItemCount(row,column,"Webbutton")

For i = 0 to Count1
oWebButton = Browser("").page("").Webtable("").childItem(row,column,"Webbutton",cint(i))

oWebButton.Click ' Clicks the first(with index 0) webbutton in the webtable
a = oWebButton.GetRoproperty("html id")


Please try this...
Reply


Messages In This Thread
RE: Identification of Object in eb Table - by ursvinod - 06-16-2009, 12:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Enabling Smart Identification for SAP Gui object prasanna.kale5@gmail.com 0 856 12-05-2019, 08:04 PM
Last Post: prasanna.kale5@gmail.com
  Object identification is taking too much time JACKSPARROW 0 1,609 01-17-2017, 11:08 AM
Last Post: JACKSPARROW
  Object Identification approach sams001 2 2,405 06-29-2016, 02:17 PM
Last Post: Ankesh
  Uft 12 - Identification of Google Chrome Object's Property value as plain text teja2730 0 2,467 02-02-2015, 05:22 PM
Last Post: teja2730
  Check Box Object Identification rakesh499 0 2,023 01-27-2015, 01:56 PM
Last Post: rakesh499

Forum Jump:


Users browsing this thread: 1 Guest(s)