Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
how to get values of childItem of a webtable
|
Posts: 2
Threads: 0
Joined: Oct 2017
Reputation:
0
11-06-2017, 01:05 PM
(12-09-2009, 02:08 PM)can you try these one set oObj = Browser("B").Page("P").WebTable("WT:").ChildItem(2, 1, "WebEdit", 0)b=' oObj.GetROProperty("value")msgbox b Wrote: hi everyone ,
i have an issue with WebTable.
one of the cell of my web table has a "WebEdit" object
And my requitment is to read the value of WebEdit object and display it using msgbox.
i tried following:
--------------------- cut from code------------------------------------
Code: set a = Browser("B").Page("P").WebTable("WT:").ChildItem(2, 1, "WebEdit", 0)
b= a.GetROProperty("value")
msgbox b
-------------------- end of cut-----------------------------------------
when i run this script , I get error message " Object required a"
what must be the problem with above code?
MY OR contains following:
browser-->page-->webedit,webtable
|
Messages In This Thread |
RE: how to get values of childItem of a webtable - by sivaji - 11-06-2017, 01:05 PM
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
Link in a webtable in a webtable |
Soulwalker |
1 |
2,831 |
07-19-2017, 01:44 PM
Last Post: Ankur
|
|
Webtable actions are not getting recorded, but ObjectSpy is able to identify webtable |
sahilarora2000 |
2 |
3,864 |
06-13-2014, 04:27 PM
Last Post: vinod123
|
|
Unable to read numeric values from WebTable into Datatable |
Akhila |
2 |
4,692 |
11-26-2013, 03:43 PM
Last Post: Akhila
|
|
Webtable().GetCellData() Returns hidden values of Cells |
ssvali |
4 |
5,952 |
06-07-2013, 08:37 PM
Last Post: kawsar
|
|
How to compare local sheet values with run time data table values? |
test71 |
2 |
8,424 |
03-14-2008, 07:09 PM
Last Post: test71
|
Users browsing this thread: 1 Guest(s)