mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / GetAttributes Method

CSS3 Selector of the element to read its attributes.

If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

In This Topic
    GetAttributes Method
    In This Topic
    Description

    Returns a space-separated string list of attribute=value pairs of all element attributes by selector.

    Syntax
    Visual Basic
    Public Function GetAttributes( _
       ByVal Selector As String _
    ) As String
    Parameters
    Selector

    CSS3 Selector of the element to read its attributes.

    If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

    Return Type

    Returns a space-separated string list of attribute=value pairs of all element attributes.

    See Also