The getButtonWithText method does not handle button tags' "value" attributes.
It handles "value" attributes of for input type="button", i.e.
<input type="button" value="....">
but not
<button value="...">
Suggested patch to fix issue
Log in to post a comment.
Suggested patch to fix issue