mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
2.8 KiB
JavaScript
2 lines
2.8 KiB
JavaScript
/*! For license information please see 3210f709.d9e31151.js.LICENSE.txt */
|
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[58932],{66530:(e,r,t)=>{t.r(r),t.d(r,{assets:()=>l,contentTitle:()=>s,default:()=>c,frontMatter:()=>o,metadata:()=>i,toc:()=>m});var n=t(85893),a=t(11151);const o={sidebar_label:"Frame.frameElement"},s="Frame.frameElement() method",i={id:"api/puppeteer.frame.frameelement",title:"Frame.frameElement() method",description:"Signature:",source:"@site/../docs/api/puppeteer.frame.frameelement.md",sourceDirName:"api",slug:"/api/puppeteer.frame.frameelement",permalink:"/next/api/puppeteer.frame.frameelement",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{sidebar_label:"Frame.frameElement"},sidebar:"api",previous:{title:"Frame.focus",permalink:"/next/api/puppeteer.frame.focus"},next:{title:"Frame.goto",permalink:"/next/api/puppeteer.frame.goto"}},l={},m=[{value:"Signature:",id:"signature",level:4}];function p(e){const r={a:"a",code:"code",h1:"h1",h4:"h4",p:"p",pre:"pre",strong:"strong",...(0,a.a)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(r.h1,{id:"frameframeelement-method",children:"Frame.frameElement() method"}),"\n",(0,n.jsx)(r.h4,{id:"signature",children:"Signature:"}),"\n",(0,n.jsx)(r.pre,{children:(0,n.jsx)(r.code,{className:"language-typescript",children:"class Frame {\n frameElement(): Promise<HandleFor<HTMLIFrameElement> | null>;\n}\n"})}),"\n",(0,n.jsx)(r.p,{children:(0,n.jsx)(r.strong,{children:"Returns:"})}),"\n",(0,n.jsxs)(r.p,{children:["Promise<",(0,n.jsx)(r.a,{href:"/next/api/puppeteer.handlefor",children:"HandleFor"}),"<HTMLIFrameElement> | null>"]}),"\n",(0,n.jsx)(r.p,{children:"The frame element associated with this frame (if any)."})]})}function c(e={}){const{wrapper:r}={...(0,a.a)(),...e.components};return r?(0,n.jsx)(r,{...e,children:(0,n.jsx)(p,{...e})}):p(e)}},75251:(e,r,t)=>{var n=t(67294),a=Symbol.for("react.element"),o=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,i=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function m(e,r,t){var n,o={},m=null,p=null;for(n in void 0!==t&&(m=""+t),void 0!==r.key&&(m=""+r.key),void 0!==r.ref&&(p=r.ref),r)s.call(r,n)&&!l.hasOwnProperty(n)&&(o[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===o[n]&&(o[n]=r[n]);return{$$typeof:a,type:e,key:m,ref:p,props:o,_owner:i.current}}r.Fragment=o,r.jsx=m,r.jsxs=m},85893:(e,r,t)=>{e.exports=t(75251)},11151:(e,r,t)=>{t.d(r,{Z:()=>i,a:()=>s});var n=t(67294);const a={},o=n.createContext(a);function s(e){const r=n.useContext(o);return n.useMemo((function(){return"function"==typeof e?e(r):{...r,...e}}),[r,e])}function i(e){let r;return r=e.disableParentContext?"function"==typeof e.components?e.components(a):e.components||a:s(e.components),n.createElement(o.Provider,{value:r},e.children)}}}]); |