Trying to find a partial attribute value. Full value is no problem.
I have h1 class="a b c"
and want to find out, whether this h1
has a
as a class attribute.
Trying WebUI.verifyMatch(findTestObject('mytest/mytest-h1'),'a', 'a.*', false, FailureHandling.STOP_ON_FAILURE)
and fails on finding.