Click or drag to resize

WebElementPatternaccept Property

The accept attribute value of the sought-for web element. By default, TestLeft searches for the exact match. To mark variable parts, use wildcards (* or ?) or specify regular expressions (regexp:...).

Namespace:  SmartBear.TestLeft.TestObjects.Web
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public string accept { get; set; }

Property Value

Type: String
See Also