"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[52797],{3905:(e,t,r)=>{r.d(t,{Zo:()=>c,kt:()=>d});varn=r(67294);functiona(e,t,r){returntine?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}functionl(e,t){varr=Object.keys(e);if(Object.getOwnPropertySymbols){varn=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){returnObject.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}returnr}functiono(e){for(vart=1;t<arguments.length;t++){varr=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){a(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}returne}functioni(e,t){if(null==e)return{};varr,n,a=function(e,t){if(null==e)return{};varr,n,a={},l=Object.keys(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||(a[r]=e[r]);returna}(e,t);if(Object.getOwnPropertySymbols){varl=Object.getOwnPropertySymbols(e);for(n=0;n<l.length;n++)r=l[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}returna}varp=n.createContext({}),s=function(e){vart=n.useContext(p),r=t;returne&&(r="function"==typeofe?e(t):o(o({},t),e)),r},c=function(e){vart=s(e.components);returnn.createElement(p.Provider,{value:t},e.children)},u={inlineCode:"code",wrapper:function(e){vart=e.children;returnn.createElement(n.Fragment,{},t)}},m=n.forwardRef((function(e,t){varr=e.components,a=e.mdxType,l=e.originalType,p=e.parentName,c=i(e,["components","mdxType","originalType","parentName"]),m=s(r),d=a,f=m["".concat(p,".").concat(d)]||m[d]||u[d]||l;returnr?n.createElement(f,o(o({ref:t},c),{},{components:r})):n.createElement(f,o({ref:t},c))}));functiond(e,t){varr=arguments,a=t&&t.mdxType;if("string"==typeofe||a){varl=r.length,o=newArray(l);o[0]=m;vari={};for(varpint)hasOwnProperty.call(t,p)&&(i[p]=t[p]);i.originalType=e,i.mdxType="string"==typeofe?e:a,o[1]=i;for(vars=2;s<l;s++)o[s]=r[s];returnn.createElement.apply(null,o)}returnn.createElement.apply(null,r)}m.displayName="MDXCreateElement"},30929:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>p,contentTitle:()=>o,default:()=>u,frontMatter:()=>l,metadata:()=>i,toc:()=>s});varn=r(87462),a=(r(67294),r(3905));constl={sidebar_label:"FileChooser"},o="FileChooser class",i={unversionedId:"api/puppeteer.filechooser",id:"api/puppeteer.filechooser",title:"FileChooser class",description:"File choosers let you react to the page requesting for a file.",source:"@site/../docs/api/puppeteer.filechooser.md",sourceDirName:"api",slug:"/api/puppeteer.filechooser",permalink:"/next/api/puppeteer.filechooser",draft:!1,tags:[],version:"current",frontMatter:{sidebar_label:"FileChooser"},sidebar:"sidebar",previous:{title:"ExecutionContext.queryObjects",permalink:"/next/api/puppeteer.executioncontext.queryobjects"},next:{title:"FileChooser.accept",permalink:"/next/api/puppeteer.filechooser.accept"}},p={},s=[{value:"Remarks",id:"remarks",level:2},{value:"Example",id:"example",level:2},{value:"Methods",id:"methods",level:2}],c={toc:s};functionu(e){let{components:t,...r}=e;return(0,a.kt)("wrapper",(0,n.Z)({},c,r,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("h1",{id:"filechooser-class"},"FileChooser class"),(0,a.kt)("p",null,"File choosers let you react to the page requesting for a file."),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Signature:")),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-typescript"},"export declare class FileChooser\n")),(0,a.kt)("h2",{id:"remarks"},"Remarks"),(0,a.kt)("p",null,(0,a.kt)("inlineCode",{parentName:"p"},"FileChooser")," objects are returned via the ",(0,a.kt)("inlineCode",{parentName:"p"},"page.waitForFileChooser")," method."),(0,a.kt)("p",null,"The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ",(0,a.kt)("inlineCode",{parentName:"p"},"FileChooser")," class."),(0,a.kt)("h2