This is documentation for the next version of K6. For the latest stable release, go to the latest version.
frameElement()
This method returns the frame’s DOM element as an ElementHandle.
Returns
Type | Description |
---|---|
Promise<ElementHandle> | A Promise that fulfills with the ElementHandle of the frame’s DOM element. |