playwright/src/server
Vignesh Shanmugam 4b3e5e5c17
feat(network): expose network events via browser context (#6370)
- fix #6340
- Exposes all the network related events (request, response, requestfailed, requestfinished) through the browser context to allow for managing network activity even if the is any navigations through popups or to new tabs which could result in creation of multiple page objects.
2021-05-13 10:29:14 -07:00
..
android chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
chromium feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
common chore: refactor actionability checks (#5368) 2021-02-10 12:36:26 -08:00
electron chore(electron): fix node/browser race conditions, expose browser window asynchronously (#6381) 2021-05-02 22:45:06 -07:00
firefox fix: enable util world bindings in firefox (#6546) 2021-05-12 15:19:27 -07:00
injected fix: evaluate in utility for screenshots (#6364) 2021-04-29 14:53:53 -07:00
snapshot chore(tracing): expose tracing api (#6523) 2021-05-12 12:21:54 -07:00
supplements fix: enable util world bindings in firefox (#6546) 2021-05-12 15:19:27 -07:00
trace feat(trace): support loading trace from zip (#6551) 2021-05-12 21:31:34 -07:00
webkit chore: remove storybook (#6549) 2021-05-12 19:55:49 -07:00
accessibility.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
artifact.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
browser.ts chore: start / stop context tracing (#6309) 2021-04-23 20:39:09 -07:00
browserContext.ts feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
browserType.ts chore(tracing): expose tracing api (#6523) 2021-05-12 12:21:54 -07:00
console.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
deviceDescriptors.js feat: support Moto G4 device in emulated devices for performance testing (#5946) 2021-05-10 09:33:11 -07:00
dialog.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
dom.ts chore(evaluate): implement non-stalling evaluate (#6354) 2021-04-29 09:28:19 -07:00
download.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
fileChooser.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
frames.ts feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
helper.ts fix(rimraf): allow 10 retires when removing the profile folder (#5826) 2021-03-16 19:31:35 -07:00
input.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
instrumentation.ts chore: start / stop context tracing (#6309) 2021-04-23 20:39:09 -07:00
javascript.ts chore(evaluate): implement non-stalling evaluate (#6354) 2021-04-29 09:28:19 -07:00
macEditingCommands.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
network.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
page.ts feat(network): expose network events via browser context (#6370) 2021-05-13 10:29:14 -07:00
pipeTransport.ts chore(eslint): add rule no-unused-expressions (#4848) 2020-12-29 09:59:35 -08:00
playwright.ts fix: browser logging (#6331) 2021-04-26 16:20:38 -07:00
processLauncher.ts chore(launcher): add more logging to processKill (#6025) 2021-03-31 12:17:16 -07:00
progress.ts chore(tracing): include events in the trace (#6285) 2021-04-23 09:28:18 -07:00
screenshotter.ts fix: evaluate in utility for screenshots (#6364) 2021-04-29 14:53:53 -07:00
selectors.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
transport.ts feat: support extra http headers in browserType.connect() (#6301) 2021-04-23 14:52:27 -07:00
types.ts chore(tracing): expose tracing api (#6523) 2021-05-12 12:21:54 -07:00
usKeyboardLayout.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
validateDependencies.ts feat: add best-effort support for Ubuntu 21.04 (#6429) 2021-05-06 10:37:06 -07:00