Forum Discussion
SriniG
11 years agoContributor
Yes we can! Try this one
Function Descript()
Set pg=Sys.Browser("iexplore").Page("*")
NameProperty = Array("textContent","outerText","Id","tagName")
ValueProperty = Array(strPropVal1,strPropVal2,strPropVal3,strPropVal4)
Set obj=pg.FindAllChildren(NameProperty,ValueProperty,9999999,True)
obj.Method
End Function
Based on your requirement enter the Name property and their Property value into array.
Thank you,
Srini.
Function Descript()
Set pg=Sys.Browser("iexplore").Page("*")
NameProperty = Array("textContent","outerText","Id","tagName")
ValueProperty = Array(strPropVal1,strPropVal2,strPropVal3,strPropVal4)
Set obj=pg.FindAllChildren(NameProperty,ValueProperty,9999999,True)
obj.Method
End Function
Based on your requirement enter the Name property and their Property value into array.
Thank you,
Srini.
Related Content
- 5 months ago
- 14 years ago
Recent Discussions
- 4 days ago
- 4 days ago
- 7 days ago