报告传递给 Selenide 的 text() 和 matchText() 条件的空字符串:
text()
matchText()
示例:
$("#code").shouldHave(text("")) // 错误:text() 的实参不能为空字符串。