Send comments on this topic.
AllElements Property
Attachmate.Reflection.Objects Library (Web) > WebDocument Object : AllElements Property
Gets all Web elements.

Syntax

 
ReadOnly Object.AllElements As WebElement()

Example

Copy Code
Dim WDocument As Attachmate.Reflection.Web.Msie.WebDocument
            
public Property GetAllElements() As Attachmate.Reflection.Objects.Web.Msie.WebElement
Get
Return WDocument.AllElements
End Sub
End Property

See Also