Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reading Editboxes in Table
#4
Not Solved
Hi,

First try to get the row number using orig year

Code:
intRowNum=Browser("").Page("").Frame("").WebTable("").GetRowWithCellText(pass the year)



Set objWebEdit=Browser("").Page("").Frame("").WebTable("").ChildItem(intRowNum,Coulumn,"WebEdit",index)
strText=objWebEdit.GetROProperty("innerText")
If we want the first web edit pass index as 0 and if we want the second one pass it as 1,
Put this code in a loop, i belive this will solve your problem.
Reply


Messages In This Thread
Reading Editboxes in Table - by Raj20091 - 07-08-2010, 09:40 PM
RE: Reading Editboxes in Table - by Saket - 07-09-2010, 09:48 AM
RE: Reading Editboxes in Table - by Raj20091 - 07-09-2010, 07:18 PM
RE: Reading Editboxes in Table - by Arun Prakash - 07-10-2010, 02:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Reading XML Data from a WebPage shaan.mishra87@gmail.com 1 2,046 09-28-2016, 09:16 PM
Last Post: supputuri
  Reading an amount from statement shipu 0 1,834 12-24-2013, 01:42 AM
Last Post: shipu
  reading a value for GIF image sujaravi123 1 2,372 03-29-2012, 07:47 PM
Last Post: Ankesh
  Reading the position (x,y) of a text in WebElement writetoprabha 2 6,231 05-30-2011, 02:08 PM
Last Post: Sathiya
Exclamation I wanted to automate the process of reading new emails amit198026 2 2,866 09-07-2010, 09:45 AM
Last Post: Arun Prakash

Forum Jump:


Users browsing this thread: 1 Guest(s)