Browser Element Collection¶
Browser Element Collection.
Browser Element CollectionObject.ClientBounds |
Returns the bounds of the client area. |
Browser Element CollectionObject.Bounds |
Bounds. |
Browser Element CollectionObject.elementname |
elementname. |
Browser Element CollectionObject.elementclass |
elementclass. |
Browser Element CollectionObject.Attribute (String) |
Retrieves the value of the named attribute on the element. |
Browser Element CollectionObject.TagName |
Returns an html element’s tagname. |
Browser Element CollectionObject.ToImage |
Gets the image of the element. |
Browser Element CollectionObject.ToXml |
ToXml. |
Browser Element CollectionObject.Tag_Role (String, String) |
Identifies an html element by its tag and role. |
Browser Element CollectionObject.LastChild |
LastChild. |
Browser Element CollectionObject.Last |
Last. |
Browser Element CollectionObject.Count |
Count. |
Browser Element CollectionObject.ScrollIntoView |
ScrollIntoView. |
Browser Element CollectionObject.Tag_Href (String, String) |
Identifies an html element by its tag and href property. |
Browser Element CollectionObject.Exists |
Exists. |
Browser Element CollectionObject.Tag_Class_Text (String, String, String) |
Identifies an html element by its class and text. |
Browser Element CollectionObject.Tag_Class (String, String) |
Identifies an html element by its tag and class. |
Browser Element CollectionObject.text |
Identifies an html element by its text. |
Browser Element CollectionObject.href |
href. |
Browser Element CollectionObject.Class_Text (String, String) |
Class_Text. |
Browser Element CollectionObject.placeholder (String) |
placeholder. |
Browser Element CollectionObject.Tag_ClassName_Text (String, String, String) |
Identifies an html element by its classname and text. |
Browser Element CollectionObject.Tag_ClassName (String, String) |
Identifies an html element by its classname. |
Browser Element CollectionObject.Tag_Id (String, String) |
Identifies an html element by its Id. |
Browser Element CollectionObject.Tag_Text (String, String) |
Identifies an html element by its tag and text property. |
Browser Element CollectionObject.Type_Name (String, String) |
Identifes an html element by its type and name properties. |
Browser Element CollectionObject.Type_Value (String, String) |
Identifies an html element by its type and value. |
Browser Element CollectionObject.Name (String) |
Name. |
Browser Element CollectionObject.Type (String) |
Identifies an html element by its type property. |
Browser Element CollectionObject.Tag (String) |
Identifies an html element by its tag. |
Browser Element CollectionObject.Id (String) |
Id. |
Browser Element CollectionObject.Child |
Child. |
Browser Element CollectionObject.Item |
Item. |
Browser Element CollectionObject.Parent |
Parent. |
Browser Element CollectionObject.Next |
Next. |