Originally created by Fred Steger.
Attempting to find an element on a page using contains fails when the element contains a 'br' tag. startsWith will also fail here. The attachment here contains several working tests (including one that matches the entire text of the element with the 'br'), and three tests that I expected to pass but are failing.
Originally created by Fred Steger.
Attempting to find an element on a page using contains fails when the element contains a 'br' tag. startsWith will also fail here. The attachment here contains several working tests (including one that matches the entire text of the element with the 'br'), and three tests that I expected to pass but are failing.