TK.IsAttributeAsync Method
Gets if element name is an attribute async
Public Shared Function IsAttributeAsync( _
ByVal elementName As String, _
Optional ByVal timeoutSeconds As Integer = 2 _
) As Task(Of Boolean)
This language is not supported or no code example is available.
public static Task<bool> IsAttributeAsync(
string elementName,
int timeoutSeconds = 2
)
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
Task<
bool>
Flag indicating whether element name is an attribute
.NET Framework
Supported in: 4.8