* {{> grabHTMLFrom }}
(locator)
| 2764 | * {{> grabHTMLFrom }} |
| 2765 | */ |
| 2766 | async grabHTMLFrom(locator) { |
| 2767 | const html = await this.grabHTMLFromAll(locator) |
| 2768 | assertElementExists(html, locator) |
| 2769 | this.debugSection('HTML', html[0]) |
| 2770 | return html[0] |
| 2771 | } |
| 2772 | |
| 2773 | /** |
| 2774 | * {{> grabHTMLFromAll }} |
nothing calls this directly
no test coverage detected