mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1 line
4.9 KiB
JavaScript
1 line
4.9 KiB
JavaScript
"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[5041],{3905:function(e,t,r){r.d(t,{Zo:function(){return l},kt:function(){return h}});var n=r(67294);function p(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach((function(t){p(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function a(e,t){if(null==e)return{};var r,n,p=function(e,t){if(null==e)return{};var r,n,p={},c=Object.keys(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||(p[r]=e[r]);return p}(e,t);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);for(n=0;n<c.length;n++)r=c[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(p[r]=e[r])}return p}var u=n.createContext({}),s=function(e){var t=n.useContext(u),r=t;return e&&(r="function"==typeof e?e(t):o(o({},t),e)),r},l=function(e){var t=s(e.components);return n.createElement(u.Provider,{value:t},e.children)},i={inlineCode:"code",wrapper:function(e){var t=e.children;return n.createElement(n.Fragment,{},t)}},d=n.forwardRef((function(e,t){var r=e.components,p=e.mdxType,c=e.originalType,u=e.parentName,l=a(e,["components","mdxType","originalType","parentName"]),d=s(r),h=p,m=d["".concat(u,".").concat(h)]||d[h]||i[h]||c;return r?n.createElement(m,o(o({ref:t},l),{},{components:r})):n.createElement(m,o({ref:t},l))}));function h(e,t){var r=arguments,p=t&&t.mdxType;if("string"==typeof e||p){var c=r.length,o=new Array(c);o[0]=d;var a={};for(var u in t)hasOwnProperty.call(t,u)&&(a[u]=t[u]);a.originalType=e,a.mdxType="string"==typeof e?e:p,o[1]=a;for(var s=2;s<c;s++)o[s]=r[s];return n.createElement.apply(null,o)}return n.createElement.apply(null,r)}d.displayName="MDXCreateElement"},19596:function(e,t,r){r.r(t),r.d(t,{frontMatter:function(){return a},contentTitle:function(){return u},metadata:function(){return s},toc:function(){return l},default:function(){return d}});var n=r(87462),p=r(63366),c=(r(67294),r(3905)),o=["components"],a={},u=void 0,s={unversionedId:"puppeteer.touchscreen",id:"puppeteer.touchscreen",isDocsHomePage:!1,title:"puppeteer.touchscreen",description:"Home > puppeteer > Touchscreen",source:"@site/docs/puppeteer.touchscreen.md",sourceDirName:".",slug:"/puppeteer.touchscreen",permalink:"/puppeteer/docs/next/puppeteer.touchscreen",editUrl:"https://github.com/facebook/puppeteer/edit/main/website/docs/puppeteer.touchscreen.md",version:"current",frontMatter:{},sidebar:"docs",previous:{title:"puppeteer.mouse.wheel",permalink:"/puppeteer/docs/next/puppeteer.mouse.wheel"},next:{title:"puppeteer.touchscreen.tap",permalink:"/puppeteer/docs/next/puppeteer.touchscreen.tap"}},l=[{value:"Touchscreen class",id:"touchscreen-class",children:[]},{value:"Remarks",id:"remarks",children:[]},{value:"Methods",id:"methods",children:[]}],i={toc:l};function d(e){var t=e.components,r=(0,p.Z)(e,o);return(0,c.kt)("wrapper",(0,n.Z)({},i,r,{components:t,mdxType:"MDXLayout"}),(0,c.kt)("p",null,(0,c.kt)("a",{parentName:"p",href:"/puppeteer/docs/next/index"},"Home")," ",">"," ",(0,c.kt)("a",{parentName:"p",href:"/puppeteer/docs/next/puppeteer"},"puppeteer")," ",">"," ",(0,c.kt)("a",{parentName:"p",href:"/puppeteer/docs/next/puppeteer.touchscreen"},"Touchscreen")),(0,c.kt)("h2",{id:"touchscreen-class"},"Touchscreen class"),(0,c.kt)("p",null,"The Touchscreen class exposes touchscreen events."),(0,c.kt)("b",null,"Signature:"),(0,c.kt)("pre",null,(0,c.kt)("code",{parentName:"pre",className:"language-typescript"},"export declare class Touchscreen \n")),(0,c.kt)("h2",{id:"remarks"},"Remarks"),(0,c.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,c.kt)("inlineCode",{parentName:"p"},"Touchscreen")," class."),(0,c.kt)("h2",{id:"methods"},"Methods"),(0,c.kt)("table",null,(0,c.kt)("thead",{parentName:"table"},(0,c.kt)("tr",{parentName:"thead"},(0,c.kt)("th",{parentName:"tr",align:null},"Method"),(0,c.kt)("th",{parentName:"tr",align:null},"Modifiers"),(0,c.kt)("th",{parentName:"tr",align:null},"Description"))),(0,c.kt)("tbody",{parentName:"table"},(0,c.kt)("tr",{parentName:"tbody"},(0,c.kt)("td",{parentName:"tr",align:null},(0,c.kt)("a",{parentName:"td",href:"/puppeteer/docs/next/puppeteer.touchscreen.tap"},"tap(x, y)")),(0,c.kt)("td",{parentName:"tr",align:null}),(0,c.kt)("td",{parentName:"tr",align:null},"Dispatches a ",(0,c.kt)("code",null,"touchstart")," and ",(0,c.kt)("code",null,"touchend")," event.")))))}d.isMDXComponent=!0}}]); |