Standard Web Test Validation Rules Content
data class StandardWebTestValidationRulesContent(val contentMatch: String, val ignoreCase: Boolean? = null, val passIfTextFound: Boolean? = null)
Constructors
Link copied to clipboard
fun StandardWebTestValidationRulesContent(contentMatch: String, ignoreCase: Boolean? = null, passIfTextFound: Boolean? = null)