146147148149150151152
/** * Returns a handle for making assertions about the specified HTML element. */ public ElementAssertion element(String xpathExpression) { return new ElementAssertion(getRenderedHtml(), xpathExpression); }