puppeteer/packages/puppeteer-core/src/cdp
Maksim Sadym be081ba17a
feat: BiDi implementation of Puppeteer.connect for Firefox (#11451)
Co-authored-by: Maksim Sadym <sadym@google.com>
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2023-12-01 08:30:01 +00:00
..
Accessibility.ts feat: experimental WebDriver BiDi support with Firefox (#11412) 2023-11-28 13:07:53 +01:00
AriaQueryHandler.ts fix: add InlineTextBox as a non-element a11y role (#11142) 2023-10-13 09:20:19 +02:00
Binding.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
Browser.ts fix: end WebDriver BiDi session on disconnect (#11470) 2023-11-30 14:27:49 +00:00
BrowserConnector.ts feat: BiDi implementation of Puppeteer.connect for Firefox (#11451) 2023-12-01 08:30:01 +00:00
cdp.ts refactor: extract Connect interfaces into common (#11392) 2023-11-14 15:21:24 +01:00
CDPSession.ts chore: update Prettier (#11372) 2023-11-13 13:28:15 +01:00
ChromeTargetManager.ts refactor: remove extra variable on onTargetInfoChanged (#11249) 2023-10-25 16:15:01 +00:00
Connection.ts fix: remove import cycle in connection (#11225) 2023-10-23 09:02:19 +00:00
Coverage.ts feat: experimental WebDriver BiDi support with Firefox (#11412) 2023-11-28 13:07:53 +01:00
DeviceRequestPrompt.test.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
DeviceRequestPrompt.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
Dialog.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
ElementHandle.ts fix: update file chooser events (#11057) 2023-10-06 08:28:19 +02:00
EmulationManager.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
ExecutionContext.ts fix: remove import cycle (#11227) 2023-10-23 09:20:04 +00:00
FirefoxTargetManager.ts refactor: unify tab target handling in page (#11115) 2023-10-16 07:53:03 +00:00
Frame.ts refactor: move setContent to common impl (#11455) 2023-11-29 17:25:54 +00:00
FrameManager.ts fix: remove more import cycles (#11231) 2023-10-23 14:06:41 +02:00
FrameManagerEvents.ts fix: remove more import cycles (#11231) 2023-10-23 14:06:41 +02:00
FrameTree.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
HTTPRequest.ts chore: use abstract for HTTP classes (#11300) 2023-11-06 10:15:09 +01:00
HTTPResponse.ts chore: use abstract for HTTP classes (#11300) 2023-11-06 10:15:09 +01:00
Input.ts chore: remove emulation from touchscreen tests (#11003) 2023-10-06 11:08:44 +02:00
IsolatedWorld.ts chore: small fixes (#11397) 2023-11-16 08:16:40 +01:00
IsolatedWorlds.ts chore: separate code to semantic folders (#10914) 2023-09-16 22:56:40 +02:00
JSHandle.ts fix: remove import cycle (#11227) 2023-10-23 09:20:04 +00:00
LifecycleWatcher.ts fix: remove more import cycles (#11231) 2023-10-23 14:06:41 +02:00
NetworkEventManager.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
NetworkManager.test.ts refactor: use RxJS for waitForHttp (#11133) 2023-10-13 12:35:43 +02:00
NetworkManager.ts chore: use abstract for HTTP classes (#11300) 2023-11-06 10:15:09 +01:00
Page.ts chore: use internal method for networkidle with BiDi (#11167) 2023-10-24 10:07:35 +02:00
PredefinedNetworkConditions.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
Target.ts refactor: move target checks to the api surface (#11137) 2023-10-12 12:15:06 +02:00
TargetManager.ts refactor: move target checks to the api surface (#11137) 2023-10-12 12:15:06 +02:00
Tracing.ts feat: experimental WebDriver BiDi support with Firefox (#11412) 2023-11-28 13:07:53 +01:00
WebWorker.ts chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00