Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WebElement
#11
Not Solved
spy it and check which is the row number, column number for the objects you want to perform
Or use
Code:
"Browser("").Page("").WebTable("WebTable").ChildItem(1,1,"WebEdit",0).Highlight
and see where it highlights to make sure the row,col numbers used are correct.

And if there are many such fields to be set you can use a loop to iterate over rows and columns using
Code:
Browser("").Page("").WebTable("WebTable").Rowcount
Browser("").Page("").WebTable("WebTable").Columncount (row)[hr]
By the way if it is throwing error in that line,either the row/col numbers are not correct or the object is not webedit but something else, check it!
Reply


Messages In This Thread
WebElement - by Langxii - 05-26-2011, 03:06 AM
RE: WebElement - by rajpes - 07-06-2011, 10:04 AM
RE: WebElement - by basanth27 - 07-07-2011, 12:38 PM
RE: WebElement - by Langxii - 07-08-2011, 03:29 AM
RE: WebElement - by rajpes - 07-08-2011, 11:00 AM
RE: WebElement - by Langxii - 07-09-2011, 03:42 AM
RE: WebElement - by rajpes - 07-09-2011, 08:13 AM
RE: WebElement - by Langxii - 07-12-2011, 02:09 AM
RE: WebElement - by rajpes - 07-12-2011, 08:06 AM
RE: WebElement - by Langxii - 07-14-2011, 04:29 AM
RE: WebElement - by rajpes - 07-14-2011, 07:34 AM
RE: WebElement - by Langxii - 07-15-2011, 04:44 AM
RE: WebElement - by rajpes - 07-15-2011, 09:25 AM
RE: WebElement - by Langxii - 07-19-2011, 01:13 AM
RE: WebElement - by rajpes - 07-19-2011, 08:42 AM
RE: WebElement - by Langxii - 07-19-2011, 10:55 PM
RE: WebElement - by rajpes - 07-20-2011, 12:18 PM
RE: WebElement - by prachi.aug23 - 07-20-2011, 04:46 PM
RE: WebElement - by rajpes - 07-20-2011, 05:36 PM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)