boundingBox
Get the bounding box of the element.Discouraged in favor of locator.boundingBox().
Return value
contentFrame
Get the content frame for iframe elements. Upstream docsReturn value
ownerFrame
Get the frame that owns this element. Upstream docsReturn value
asElement
Return this handle as an ElementHandle.Since this is already an ElementHandle, returns itself.
Return value
dispose
Dispose of the handle, releasing it from the browser.After disposal, any method calls will throw. The SDK sets the disposed flag before the RPC call to prevent race conditions.
getProperties
Get a map of property names to JSHandles. Upstream docsReturn value

