TK.IsAttribute Method

Gets if element name is an attribute
<HTML5Disabled(true)> _ 
Public Shared Function IsAttribute( _ 
ByVal elementName As String, _ 
Optional ByVal timeoutSeconds As Integer = 5 _ 
) As Boolean
This language is not supported or no code example is available.
[HTML5Disabled(true)] 
public static bool IsAttribute( 
string elementName
int timeoutSeconds = 5 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

timeoutSeconds
int

Max time to wait answer

Return Value

bool

Flag indicating whether element name is an attribute

.NET Framework

Supported in: 4.8

In this article

Definition