Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
webelement
#1
hi all

please any one help me for this

how to get the text of the particular web element


PFA ill descriped
Reply
#2
Hi,

Use GetRoProperty.

Regards,
Sankalp
Reply
#3
sorry for wrong update
please give idea for this webelement

please find the attachment here


Attached Files Image(s)
   
Reply
#4
1) First count Number of Tables are available in A page.
2) Identify 'Other Information' Table index
3) Get the corresponding cell value with the help of Row and Col number in 'Other Information' table

Ex: obj.getcelldata(3,2) '3rd row and 2' column
Reply
#5
thank u i got the out put

realy a good stuff


Code:
Set oWebtable = Description.Create() oWebtable("micclass").value = "Webtable" oWebtable("column name").value = "Type;Trade Show;Media Type;Email" Set oChildObjects = Browser("title:=Campaign Framework:.*").Page("title:=Campaign Framework:.*").webtable("innertext:=TypeTrade ShowMedia TypeEmailPartneryesCampaign SeriesBig DataSFDC Campaign.*","html tag:=table") a=ochildobjects.GetROProperty("rows") b=ochildobjects.GetROProperty("cols") c=ochildobjects.GetCellData(3,2) msgbox c
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation WebElement("WebElement").Click is not working sia sharma 7 25,137 09-28-2016, 08:58 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)