Menu

This is documentation for the next version of K6. 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.