mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
5.3 KiB
JavaScript
2 lines
5.3 KiB
JavaScript
|
/*! For license information please see 6e92b600.61c7b5c1.js.LICENSE.txt */
|
||
|
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[83248],{84532:(e,t,r)=>{r.r(t),r.d(t,{assets:()=>d,contentTitle:()=>o,default:()=>p,frontMatter:()=>s,metadata:()=>l,toc:()=>c});var i=r(85893),n=r(11151);const s={sidebar_label:"WaitForSelectorOptions"},o="WaitForSelectorOptions interface",l={id:"api/puppeteer.waitforselectoroptions",title:"WaitForSelectorOptions interface",description:"Signature:",source:"@site/../docs/api/puppeteer.waitforselectoroptions.md",sourceDirName:"api",slug:"/api/puppeteer.waitforselectoroptions",permalink:"/next/api/puppeteer.waitforselectoroptions",draft:!1,unlisted:!1,tags:[],version:"current",frontMatter:{sidebar_label:"WaitForSelectorOptions"},sidebar:"api",previous:{title:"WaitForOptions",permalink:"/next/api/puppeteer.waitforoptions"},next:{title:"WaitForTargetOptions",permalink:"/next/api/puppeteer.waitfortargetoptions"}},d={},c=[{value:"Signature:",id:"signature",level:4},{value:"Properties",id:"properties",level:2}];function a(e){const t={a:"a",code:"code",h1:"h1",h2:"h2",h4:"h4",p:"p",pre:"pre",...(0,n.a)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"waitforselectoroptions-interface",children:"WaitForSelectorOptions interface"}),"\n",(0,i.jsx)(t.h4,{id:"signature",children:"Signature:"}),"\n",(0,i.jsx)(t.pre,{children:(0,i.jsx)(t.code,{className:"language-typescript",children:"export interface WaitForSelectorOptions\n"})}),"\n",(0,i.jsx)(t.h2,{id:"properties",children:"Properties"}),"\n",(0,i.jsxs)("table",{children:[(0,i.jsx)("thead",{children:(0,i.jsxs)("tr",{children:[(0,i.jsx)("th",{children:(0,i.jsx)(t.p,{children:"Property"})}),(0,i.jsx)("th",{children:(0,i.jsx)(t.p,{children:"Modifiers"})}),(0,i.jsx)("th",{children:(0,i.jsx)(t.p,{children:"Type"})}),(0,i.jsx)("th",{children:(0,i.jsx)(t.p,{children:"Description"})}),(0,i.jsx)("th",{children:(0,i.jsx)(t.p,{children:"Default"})})]})}),(0,i.jsxs)("tbody",{children:[(0,i.jsxs)("tr",{children:[(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"hidden"})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:(0,i.jsx)(t.code,{children:"optional"})})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"boolean"})}),(0,i.jsx)("td",{children:(0,i.jsxs)(t.p,{children:["Wait for the selected element to not be found in the DOM or to be hidden, i.e. have ",(0,i.jsx)(t.code,{children:"display: none"})," or ",(0,i.jsx)(t.code,{children:"visibility: hidden"})," CSS properties."]})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:(0,i.jsx)(t.code,{children:"false"})})})]}),(0,i.jsxs)("tr",{children:[(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"signal"})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:(0,i.jsx)(t.code,{children:"optional"})})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"AbortSignal"})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"A signal object that allows you to cancel a waitForSelector call."})}),(0,i.jsx)("td",{})]}),(0,i.jsxs)("tr",{children:[(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"timeout"})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:(0,i.jsx)(t.code,{children:"optional"})})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"number"})}),(0,i.jsxs)("td",{children:[(0,i.jsxs)(t.p,{children:["Maximum time to wait in milliseconds. Pass ",(0,i.jsx)(t.code,{children:"0"})," to disable timeout."]}),(0,i.jsxs)(t.p,{children:["The default value can be changed by using ",(0,i.jsx)(t.a,{href:"/next/api/puppeteer.page.setdefaulttimeout",children:"Page.setDefaultTimeout()"})]})]}),(0,i.jsx)("td",{children:(0,i.jsxs)(t.p,{children:[(0,i.jsx)(t.code,{children:"30_000"})," (30 seconds)"]})})]}),(0,i.jsxs)("tr",{children:[(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"visible"})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:(0,i.jsx)(t.code,{children:"optional"})})}),(0,i.jsx)("td",{children:(0,i.jsx)(t.p,{children:"boolean"})}),(0,i.jsx)("td",{children:(0,i.jsxs)(t.p,{children:["Wait for the selected element to be present in DOM and to be visible, i.e. to not have ",(0,i.jsx)(t.code,{children:"display: none"})," or ",(0,i.jsx)(t.code,{c
|