setContent(html[, options])
Open source
setContent(html[, options])
Sets the supplied HTML string to the current frame.
Parameter | Type | Default | Description |
---|---|---|---|
html | string | '' | HTML markup to assign to the page. |
options | object | null | |
options.timeout | number | 30000 | Maximum operation time in milliseconds. Pass 0 to disable the timeout. The default value can be changed via the browserContext.setDefaultNavigationTimeout(timeout), browserContext.setDefaultTimeout(timeout), page.setDefaultNavigationTimeout(timeout) or page.setDefaultTimeout(timeout) methods. Setting the value to 0 will disable the timeout. |
options.waitUntil | string | load | When to consider operation to have succeeded. See Events for more details. |
Returns
Type | Description |
---|---|
Promise<void> | A Promise that fulfills when the page has been set with the supplied HTML. |
Was this page helpful?
Related documentation
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
16 Apr

Getting started with logging and Grafana Loki
See a demo of the updated features in Loki, and how to create metrics from logs and alert on your logs with powerful Prometheus-style alerting rules.
07 May

Loki at Dropbox: Strategies for reliable petabyte-scale logging
Engineers at Dropbox share hard-won lessons frorm scaling Grafana Loki to manage multi-petabyte unstructured logs for 1,000+ services.
08 May

7 features to get more out of Loki with Logs Drilldown in Grafana
We'll show you how to get the most out of Loki with Logs Drilldown, the queryless, point-and-click experience in Grafana that allows you to quickly find insights in your observability data - no queries or complicated syntax required.