frameElement()

This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.

Open source

frameElement()

This method returns the frame’s DOM element as an ElementHandle.

Returns

TypeDescription
Promise<ElementHandle>A Promise that fulfills with the ElementHandle of the frame’s DOM element.