Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get 85th no. web table
#1
Solved: 10 Years, 9 Months ago
Hi guys

I have one web page .In that web page there are 100 web tables.I want to get 85th no of web table..


Please help
Reply
#2
Solved: 10 Years, 9 Months ago
Hi Ragini,
Can you provide more details of the web tables. Are the properties of all tables same?
Reply
#3
Solved: 10 Years, 9 Months ago
Hi manishbhalshankar

Thanks for reply. yes Properties are same..mean to say class is same. web table name is different.once again i am repeating my question. In my web page there are 100 web tables. suppose--w1,w2,w3........w100.Now i want to print 85th no web table.Please reply


Thanks
Ragini
Reply
#4
Solved: 10 Years, 9 Months ago
Hi Ragini,
Try using the name or index property to identify the 85th table.
Reply
#5
Solved: 10 Years, 9 Months ago
Hi Manish
Kindly mention in detail.Can i use descriptive programming here...


Thanks in advance
Ragini
Reply
#6
Solved: 10 Years, 9 Months ago
Hi Ragini,

You can use the below snippet.
Code:
Browser("Browser").Page("Page").WebTable("Class:=WebTable";"Index:=84").Highlight 'Highlights the 85th Table in the page
now you can perform the actions on the table, but the better way is try to provide any of the unique properties so that the script execution won't be affected and the OI will be easy and quick.
Let me know if you need any more info.
Thanks,
SUpputuri
Reply
#7
Solved: 10 Years, 9 Months ago
Thanks supputuri and Manish for reply. I got the concept.Rolleyes
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Updating the web table Ananth1982 0 1,780 03-04-2015, 02:31 AM
Last Post: Ananth1982
  Retrieving data from web table nsuresh316 1 2,959 03-03-2014, 08:29 AM
Last Post: basanth27
  How To Do a Right Click on a Image in Web Table RameshKrishnan 2 3,365 07-09-2013, 06:29 PM
Last Post: RameshKrishnan
  Web Table image object raaj123 8 7,907 06-28-2012, 04:57 PM
Last Post: raaj123
  Clicking a link in a web table Brian T. 7 10,200 01-02-2012, 02:34 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)