.. |
Accessibility.ts
|
feat(chromium): roll to Chromium 92.0.4512.0 (r884014) (#7288)
|
2021-05-26 16:44:29 +00:00 |
AriaQueryHandler.ts
|
fix: make sure ElementHandle.waitForSelector is evaluated in the right context (#7843)
|
2021-12-21 09:53:20 +01:00 |
assert.ts
|
feat: add webp to screenshot options (#7565)
|
2021-09-21 14:26:20 +00:00 |
Browser.ts
|
feat: allow handling other targets as pages internally (#8336)
|
2022-05-13 08:04:46 +02:00 |
BrowserConnector.ts
|
feat: allow handling other targets as pages internally (#8336)
|
2022-05-13 08:04:46 +02:00 |
BrowserWebSocketTransport.ts
|
chore(agnostification): agnostify web socket connections (#6520)
|
2020-10-19 10:32:41 +01:00 |
Connection.ts
|
fix: types in Connection.ts to be compatible with strict mode Typescript (#7919)
|
2022-01-21 12:41:21 +01:00 |
ConnectionTransport.ts
|
fix: types in Connection.ts to be compatible with strict mode Typescript (#7919)
|
2022-01-21 12:41:21 +01:00 |
ConsoleMessage.ts
|
docs: fix some tsdoc warning messages (#7059)
|
2021-04-06 08:58:01 +00:00 |
Coverage.ts
|
chore(deps): update deps
|
2022-02-09 14:49:25 +00:00 |
Debug.ts
|
feat: support ES modules (#8306)
|
2022-05-09 11:17:24 +00:00 |
DeviceDescriptors.ts
|
feat: add more models to DeviceDescriptors (#7904)
|
2022-02-02 18:40:54 +01:00 |
Dialog.ts
|
docs: fix some tsdoc warning messages (#7059)
|
2021-04-06 08:58:01 +00:00 |
DOMWorld.ts
|
fix: ensure dom binding is not called after detach (#8024)
|
2022-02-17 15:52:51 +00:00 |
EmulationManager.ts
|
chore: upgrade and pin prettier dependencies (#7232)
|
2021-05-12 16:48:30 +02:00 |
Errors.ts
|
fix: migrate more files to strict-mode TypeScript (#7950)
|
2022-01-31 15:16:32 +00:00 |
EvalTypes.ts
|
fix(types): allow evaluate functions to take a readonly array as an argument (#7072)
|
2021-09-11 21:31:08 +00:00 |
EventEmitter.ts
|
fix: migrate more files to strict-mode TypeScript (#7950)
|
2022-01-31 15:16:32 +00:00 |
Events.ts
|
chore: migrate NetworkManager events (#6174)
|
2020-07-07 16:43:55 +01:00 |
ExecutionContext.ts
|
chore(deps): update deps
|
2022-02-09 14:49:25 +00:00 |
fetch.ts
|
chore(deps): update deps
|
2022-02-09 14:49:25 +00:00 |
FileChooser.ts
|
chore: fix eslint warnings around type defs (#7230)
|
2021-05-12 17:43:05 +01:00 |
FrameManager.ts
|
fix: do not use loaderId for Lifecycle events (#8353)
|
2022-05-17 13:27:21 +00:00 |
helper.ts
|
chore: revert #7868 to use the size parameter for streaming PDF (#8145)
|
2022-03-18 15:08:25 +01:00 |
HTTPRequest.ts
|
fix!: strict mode fixes for HTTPRequest/Response classes (#8297)
|
2022-05-05 06:48:03 +00:00 |
HTTPResponse.ts
|
fix!: strict mode fixes for HTTPRequest/Response classes (#8297)
|
2022-05-05 06:48:03 +00:00 |
Input.ts
|
feat: add back and forward mouse buttons (#8284)
|
2022-04-27 21:00:07 +00:00 |
JSHandle.ts
|
feat: add waitForXPath to ElementHandle (#8329)
|
2022-05-10 12:45:20 +02:00 |
LifecycleWatcher.ts
|
fix: do not use loaderId for Lifecycle events (#8353)
|
2022-05-17 13:27:21 +00:00 |
NetworkConditions.ts
|
fix: wider compat TS types and CI checks to ensure correct type defs (#6855)
|
2021-02-10 12:04:36 +00:00 |
NetworkEventManager.ts
|
fix: forget request will be sent from the _requestWillBeSentMap list. (#8226)
|
2022-04-19 14:46:40 +00:00 |
NetworkManager.ts
|
fix: forget queuedEventGroup when emitting response in responseReceivedExtraInfo (#8234) (#8239)
|
2022-04-19 09:28:44 +00:00 |
Page.ts
|
test: run Frame.evaluate tests on Firefox (#8296)
|
2022-05-02 08:21:19 +02:00 |
PDFOptions.ts
|
docs: typos and minor documentation issues (#8211)
|
2022-04-08 11:58:55 +02:00 |
Product.ts
|
chore(agnostification): split up launcher class (#6484)
|
2020-10-12 10:08:57 +01:00 |
Puppeteer.ts
|
fix: typos in documentation (#7968)
|
2022-02-07 14:03:54 +01:00 |
PuppeteerViewport.ts
|
fix: expose Viewport type (#6881)
|
2021-02-12 12:32:27 +00:00 |
QueryHandler.ts
|
fix: If currentNode and root are the same, do not include them in the result (#8332)
|
2022-05-11 12:17:02 +00:00 |
SecurityDetails.ts
|
chore: use devtools-protocol package (#6172)
|
2020-07-10 11:51:52 +01:00 |
Target.ts
|
feat: allow handling other targets as pages internally (#8336)
|
2022-05-13 08:04:46 +02:00 |
TaskQueue.ts
|
chore: add hared TaskQueue for page.screenshot() again (#6714)
|
2021-09-23 14:37:35 +02:00 |
TimeoutSettings.ts
|
chore(docs): fix DOMWorld doc warnings (#6166)
|
2020-07-06 12:37:16 +01:00 |
Tracing.ts
|
chore: remove unused tracing category for cpu profiling (#5866)
|
2021-09-15 11:59:38 +02:00 |
USKeyboardLayout.ts
|
chore(docs): reduce warnings when generating docs (#6138)
|
2020-07-02 12:15:39 +01:00 |
WebWorker.ts
|
chore(deps): update deps
|
2022-02-09 14:49:25 +00:00 |