puppeteer/new-docs
Jack Franklin 1f5e333f00
chore: Don't store revisions in package.json (#6109)
* chore: Don't store revisions in `package.json`

It's quite messy to have to require the `package.json` file in multiple
places purely to find out what revision of a given browser we want to
use. We can also achieve better type safety by placing it in an actual
source file.

This commit makes that change and also tidies up our reliance on
`package.json` within the source code generally; we now only use it to
find the location of the Puppeteer root such that we know where to
install downloaded browsers to.

To avoid using `package.json` to parse the name of the module, we also
now explicitly have an entry point for the Puppeteer module and the
Puppeter Core module. This will make it easier in the future to ship
less code as part of core (e.g. core never needs to download a browser,
so why ship that code?). Core can also then not have any revisions based
info contained in it.

The test install script has also been updated to ensure that
puppeteer-core can be installed correctly too.

Finally, the `install` script has been moved to TypeScript for nicer
typechecking and safety. The functionality of it has not changed.
2020-06-29 16:13:24 +01:00
..
index.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.accessibility.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.accessibility.snapshot.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.boundingbox.height.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boundingbox.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boundingbox.width.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boundingbox.x.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boundingbox.y.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boxmodel.border.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boxmodel.content.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boxmodel.height.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boxmodel.margin.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boxmodel.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.boxmodel.padding.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.boxmodel.width.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.browser.browsercontexts.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.close.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.createincognitobrowsercontext.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.defaultbrowsercontext.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.disconnect.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.isconnected.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.newpage.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.pages.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.process.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.target.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.targets.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.useragent.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.version.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.waitfortarget.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browser.wsendpoint.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.browsercontext.browser.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.clearpermissionoverrides.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.close.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.isincognito.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.newpage.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.overridepermissions.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.pages.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.targets.md docs(new): add TSDoc comments to BrowserContext (#6066) 2020-06-23 07:22:10 +02:00
puppeteer.browsercontext.waitfortarget.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.browserfetcher.candownload.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.download.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.host.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.localrevisions.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.platform.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.product.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.remove.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcher.revisioninfo.md docs(new): add TSDoc comments to BrowserFetcher (#6078) 2020-06-24 09:33:19 +01:00
puppeteer.browserfetcheroptions.host.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.browserfetcheroptions.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.browserfetcheroptions.path.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.browserfetcheroptions.platform.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.browserfetcheroptions.product.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.cdpsession.detach.md docs(new): migrate CDPSession to TSDoc (#6064) 2020-06-22 12:05:10 +02:00
puppeteer.cdpsession.md docs(new): migrate CDPSession to TSDoc (#6064) 2020-06-22 12:05:10 +02:00
puppeteer.cdpsession.send.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.clickoptions.button.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.clickoptions.clickcount.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.clickoptions.delay.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.clickoptions.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.connection._callbacks.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._closed.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._constructor_.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._delay.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._lastid.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._onclose.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._onmessage.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._rawsend.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._sessions.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._transport.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection._url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection.createsession.md docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
puppeteer.connection.dispose.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection.fromsession.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection.md chore: pin TSDoc related dependencies (#6063) 2020-06-22 09:16:51 +01:00
puppeteer.connection.send.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.connection.session.md docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
puppeteer.connection.url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.consolemessage._constructor_.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessage.args.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessage.location.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessage.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessage.text.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessage.type.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessagelocation.columnnumber.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessagelocation.linenumber.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessagelocation.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessagelocation.url.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.consolemessagetype.md docs(new): migrate ConsoleMessage docs to TSDoc (#6065) 2020-06-22 13:52:39 +01:00
puppeteer.coverage._constructor_.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.coverage.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverage.startcsscoverage.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverage.startjscoverage.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverage.stopcsscoverage.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverage.stopjscoverage.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverageentry.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverageentry.ranges.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverageentry.text.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.coverageentry.url.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.csscoverageoptions.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.csscoverageoptions.resetonnavigation.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.dialog.accept.md feat(new-docs): migrate Dialog documentation to TSDoc (#5981) 2020-06-09 09:19:42 +01:00
puppeteer.dialog.defaultvalue.md feat(new-docs): migrate Dialog documentation to TSDoc (#5981) 2020-06-09 09:19:42 +01:00
puppeteer.dialog.dismiss.md feat(new-docs): migrate Dialog documentation to TSDoc (#5981) 2020-06-09 09:19:42 +01:00
puppeteer.dialog.md feat(new-docs): migrate Dialog documentation to TSDoc (#5981) 2020-06-09 09:19:42 +01:00
puppeteer.dialog.message.md feat(new-docs): migrate Dialog documentation to TSDoc (#5981) 2020-06-09 09:19:42 +01:00
puppeteer.dialog.type.md feat(new-docs): migrate Dialog documentation to TSDoc (#5981) 2020-06-09 09:19:42 +01:00
puppeteer.elementhandle.__.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.elementhandle.__eval.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.elementhandle._.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.elementhandle._eval.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.elementhandle._x.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.aselement.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.elementhandle.boundingbox.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.boxmodel.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.click.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.elementhandle.contentframe.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.focus.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.hover.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.isintersectingviewport.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.elementhandle.press.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.screenshot.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.select.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.tap.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.type.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.elementhandle.uploadfile.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.evaluatefn.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.evaluatefnreturntype.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.evaluation_script_url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.eventemitter.addlistener.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.emit.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.listenercount.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.md chore: pin TSDoc related dependencies (#6063) 2020-06-22 09:16:51 +01:00
puppeteer.eventemitter.off.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.on.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.once.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.removealllisteners.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.eventemitter.removelistener.md chore: migrate away from Node's EventEmitter (#5979) 2020-06-15 11:52:19 +01:00
puppeteer.executioncontext.evaluate.md docs(new): add TSDoc comments to Puppeteer (#6032) (#6094) 2020-06-25 13:01:46 +02:00
puppeteer.executioncontext.evaluatehandle.md docs(new): add TSDoc comments to Puppeteer (#6032) (#6094) 2020-06-25 13:01:46 +02:00
puppeteer.executioncontext.frame.md docs(new): add TSDoc comments to Puppeteer (#6032) (#6094) 2020-06-25 13:01:46 +02:00
puppeteer.executioncontext.md docs(new): add TSDoc comments to Puppeteer (#6032) (#6094) 2020-06-25 13:01:46 +02:00
puppeteer.executioncontext.queryobjects.md docs(new): add TSDoc comments to Puppeteer (#6032) (#6094) 2020-06-25 13:01:46 +02:00
puppeteer.filechooser.accept.md docs(new): migrate FileChooser docs to TSDoc (#6092) 2020-06-25 13:01:36 +02:00
puppeteer.filechooser.cancel.md docs(new): migrate FileChooser docs to TSDoc (#6092) 2020-06-25 13:01:36 +02:00
puppeteer.filechooser.ismultiple.md docs(new): migrate FileChooser docs to TSDoc (#6092) 2020-06-25 13:01:36 +02:00
puppeteer.filechooser.md docs(new): migrate FileChooser docs to TSDoc (#6092) 2020-06-25 13:01:36 +02:00
puppeteer.frame.__.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.__eval.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.frame._.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._childframes.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._constructor_.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._detach.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._detached.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._eval.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.frame._framemanager.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._id.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._lifecycleevents.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._loaderid.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._mainworld.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._name.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._navigated.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._navigatedwithindocument.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._onlifecycleevent.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._onloadingstopped.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._parentframe.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._secondaryworld.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame._x.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.addscripttag.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.addstyletag.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.childframes.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.click.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.frame.content.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.evaluate.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.evaluatehandle.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.executioncontext.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.focus.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.goto.md fix: page.goto options type should be optional (#6038) 2020-06-18 12:44:46 +01:00
puppeteer.frame.hover.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.isdetached.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.name.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.parentframe.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.select.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.setcontent.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.tap.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.title.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.type.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.waitfor.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.waitforfunction.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.frame.waitfornavigation.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.frame.waitforselector.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.frame.waitforxpath.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.framemanager._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._constructor_.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._contextidtocontext.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._ensureisolatedworld.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._frames.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._handleframetree.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._isolatedworlds.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._mainframe.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._networkmanager.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onexecutioncontextcreated.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onexecutioncontextdestroyed.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onexecutioncontextscleared.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onframeattached.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onframedetached.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onframenavigated.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onframenavigatedwithindocument.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onframestoppedloading.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._onlifecycleevent.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._page.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._removeframesrecursively.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager._timeoutsettings.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.executioncontextbyid.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.frame.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.frames.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.initialize.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.mainframe.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.md chore: pin TSDoc related dependencies (#6063) 2020-06-22 09:16:51 +01:00
puppeteer.framemanager.navigateframe.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.networkmanager.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.page.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.framemanager.waitforframenavigation.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.geolocationoptions.accuracy.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.geolocationoptions.latitude.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.geolocationoptions.longitude.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.geolocationoptions.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.httprequest._constructor_.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest._failuretext.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest._frommemorycache.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest._interceptionid.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest._redirectchain.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest._requestid.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest._response.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.abort.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.continue.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.failure.md docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
puppeteer.httprequest.frame.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.headers.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.isnavigationrequest.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.md docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
puppeteer.httprequest.method.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.postdata.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.redirectchain.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.resourcetype.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.respond.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.response.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httprequest.url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.httpresponse.buffer.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.frame.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.fromcache.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.fromserviceworker.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.headers.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.json.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.ok.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.remoteaddress.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.request.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.securitydetails.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.status.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.statustext.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.text.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.httpresponse.url.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.jscoverageoptions.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.jscoverageoptions.reportanonymousscripts.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.jscoverageoptions.resetonnavigation.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.jshandle._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.jshandle._constructor_.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.jshandle._context.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.jshandle._disposed.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.jshandle._remoteobject.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.jshandle.aselement.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.dispose.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.evaluate.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.jshandle.evaluatehandle.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.executioncontext.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.getproperties.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.jshandle.getproperty.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.jsonvalue.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jshandle.tostring.md docs(new): migrate JSHandle docs to TSDoc (#6102) 2020-06-25 15:49:35 +01:00
puppeteer.jsonarray.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.jsonobject.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.keyboard.down.md docs(new): add TSDoc comments to Keyboard (#6099) 2020-06-25 13:01:46 +02:00
puppeteer.keyboard.md docs(new): add TSDoc comments to Keyboard (#6099) 2020-06-25 13:01:46 +02:00
puppeteer.keyboard.press.md docs(new): add TSDoc comments to Keyboard (#6099) 2020-06-25 13:01:46 +02:00
puppeteer.keyboard.sendcharacter.md docs(new): add TSDoc comments to Keyboard (#6099) 2020-06-25 13:01:46 +02:00
puppeteer.keyboard.type.md docs(new): add TSDoc comments to Keyboard (#6099) 2020-06-25 13:01:46 +02:00
puppeteer.keyboard.up.md docs(new): add TSDoc comments to Keyboard (#6099) 2020-06-25 13:01:46 +02:00
puppeteer.keydefinition.code.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.key.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.keycode.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.location.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.shiftkey.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.shiftkeycode.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.shifttext.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinition.text.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keydefinitions.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.keyinput.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.md docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
puppeteer.metrics.documents.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.frames.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.jseventlisteners.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.jsheaptotalsize.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.jsheapusedsize.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.layoutcount.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.layoutduration.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.metrics.nodes.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.recalcstylecount.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.recalcstyleduration.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.scriptduration.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.taskduration.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.metrics.timestamp.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.mouse._button.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.mouse._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.mouse._keyboard.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.mouse._x.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.mouse._y.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.mouse.click.md docs(new): Adds TSDoc to Mouse class (#6086) 2020-06-25 13:01:36 +02:00
puppeteer.mouse.down.md docs(new): Adds TSDoc to Mouse class (#6086) 2020-06-25 13:01:36 +02:00
puppeteer.mouse.md docs(new): Adds TSDoc to Mouse class (#6086) 2020-06-25 13:01:36 +02:00
puppeteer.mouse.move.md docs(new): Adds TSDoc to Mouse class (#6086) 2020-06-25 13:01:36 +02:00
puppeteer.mouse.up.md docs(new): Adds TSDoc to Mouse class (#6086) 2020-06-25 13:01:36 +02:00
puppeteer.mousebuttoninput.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.__.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.__eval.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.page._.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page._eval.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.page._x.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.accessibility.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.addscripttag.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.addstyletag.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.authenticate.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.bringtofront.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.browser.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.browsercontext.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.click.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.close.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.content.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.cookies.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.coverage.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.deletecookie.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.emulate.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.emulatemediafeatures.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.emulatemediatype.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.emulatetimezone.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.emulatevisiondeficiency.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.evaluate.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.evaluatehandle.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.evaluateonnewdocument.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.exposefunction.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.focus.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.frames.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.goback.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.goforward.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.goto.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.hover.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.isclosed.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.isjavascriptenabled.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.keyboard.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.mainframe.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.metrics.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.page.mouse.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.pdf.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.queryobjects.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.reload.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.screenshot.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.select.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setbypasscsp.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setcacheenabled.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setcontent.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.setcookie.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setdefaultnavigationtimeout.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.setdefaulttimeout.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.setextrahttpheaders.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setgeolocation.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.setjavascriptenabled.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setofflinemode.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.setrequestinterception.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.setuseragent.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.setviewport.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.tap.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.target.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.title.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.touchscreen.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.tracing.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.type.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.viewport.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.waitfor.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.waitforfilechooser.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.waitforfunction.md chore: fix ESLint violation and lessen rule strictness (#6081) 2020-06-23 12:55:42 +01:00
puppeteer.page.waitfornavigation.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.page.waitforrequest.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.waitforresponse.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.waitforselector.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.waitforxpath.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.page.workers.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.pageemittedevents.md docs(new): start documenting the Page class (#6001) 2020-06-12 11:10:12 +01:00
puppeteer.pressoptions.delay.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.pressoptions.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.pressoptions.text.md docs(new): migrate ElementHandle to TSDoc (#6073) 2020-06-22 17:21:57 +02:00
puppeteer.puppeteer.__productname.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.puppeteer._changedproduct.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.puppeteer._ispuppeteercore.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.puppeteer._lazylauncher.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.puppeteer._preferredrevision.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.puppeteer.connect.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.createbrowserfetcher.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.defaultargs.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.devices.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.errors.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.executablepath.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.launch.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteer.md chore: Don't store revisions in package.json (#6109) 2020-06-29 16:13:24 +01:00
puppeteer.puppeteer.product.md docs(new): add TSDoc comments to Puppeteer (#6032) 2020-06-25 13:01:46 +02:00
puppeteer.puppeteererrors.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.remoteaddress.ip.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.remoteaddress.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.remoteaddress.port.md docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
puppeteer.securitydetails.issuer.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.securitydetails.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.securitydetails.protocol.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.securitydetails.subjectalternativenames.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.securitydetails.subjectname.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.securitydetails.validfrom.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.securitydetails.validto.md docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
puppeteer.serializable.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.serializableorjshandle.md feat(types): improve typing of .evaluate() (#6096) 2020-06-25 13:38:01 +01:00
puppeteer.serializedaxnode.autocomplete.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.checked.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.children.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.description.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.disabled.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.expanded.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.focused.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.haspopup.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.invalid.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.keyshortcuts.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.level.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.modal.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.multiline.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.multiselectable.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.name.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.orientation.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.pressed.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.readonly.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.required.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.role.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.roledescription.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.selected.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.value.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.valuemax.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.valuemin.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.serializedaxnode.valuetext.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.snapshotoptions.interestingonly.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.snapshotoptions.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.snapshotoptions.root.md feat(new-docs): add TSDoc comments to Accessibility (#5971) 2020-06-05 15:20:11 +01:00
puppeteer.target.browser.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.target.browsercontext.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.target.createcdpsession.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.target.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.target.opener.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.target.page.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.target.type.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.target.url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.target.worker.md docs(new): migrate Target to TSDoc (#6067) 2020-06-22 14:57:04 +02:00
puppeteer.timeouterror.md docs(new): migrate TimeoutError to TSDoc (#6062) 2020-06-22 10:34:57 +02:00
puppeteer.touchscreen._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.touchscreen._keyboard.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.touchscreen.md docs(new): migrate Touchscreen docs to TSDoc (#6087) 2020-06-25 13:01:12 +02:00
puppeteer.touchscreen.tap.md docs(new): migrate Touchscreen docs to TSDoc (#6087) 2020-06-25 13:01:12 +02:00
puppeteer.tracing._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.tracing._path.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.tracing._recording.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.tracing.md docs(new): Adds TSDoc to Tracing class (#6088) 2020-06-25 13:01:46 +02:00
puppeteer.tracing.start.md docs(new): Adds TSDoc to Tracing class (#6088) 2020-06-25 13:01:46 +02:00
puppeteer.tracing.stop.md docs(new): Adds TSDoc to Tracing class (#6088) 2020-06-25 13:01:46 +02:00
puppeteer.waitforoptions.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.waitforoptions.timeout.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.waitforoptions.waituntil.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.waitfortargetoptions.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.waitfortargetoptions.timeout.md docs(new): migrate Browser docs to TSDoc (#6070) 2020-06-23 07:19:15 +02:00
puppeteer.waittimeoutoptions.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.waittimeoutoptions.timeout.md docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104) 2020-06-26 09:24:56 +02:00
puppeteer.webworker._client.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.webworker._executioncontextcallback.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.webworker._executioncontextpromise.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.webworker._url.md chore: commit base new-docs (#5973) 2020-06-04 15:56:45 +01:00
puppeteer.webworker.evaluate.md feat(new-docs): add tsdoc comments to WebWorker (#6029) 2020-06-17 16:26:10 +01:00
puppeteer.webworker.evaluatehandle.md chore: enforce a max line length on comments (#6055) 2020-06-19 15:39:03 +01:00
puppeteer.webworker.executioncontext.md feat(new-docs): add tsdoc comments to WebWorker (#6029) 2020-06-17 16:26:10 +01:00
puppeteer.webworker.md chore: pin TSDoc related dependencies (#6063) 2020-06-22 09:16:51 +01:00
puppeteer.webworker.url.md feat(new-docs): add tsdoc comments to WebWorker (#6029) 2020-06-17 16:26:10 +01:00