playwright/src/dispatchers
Dmitry Gozman 9ab60f66bf
feat(tracing): allow calling tracing.start multiple times (#7992)
Subsequent invocations reset the trace. This removes the `tracing._reset` method.

Also fixed a bug where BASE element was not reset properly.
Also fixed a bug where tracing would affect the result of protocol call
by setting `callMetadata.error` property.
2021-08-04 21:11:35 -07:00
..
androidDispatcher.ts chore: add missing await to floating promises (#5813) 2021-03-22 09:59:39 -07:00
artifactDispatcher.ts feat(download): adding a new Download._cancel method (#6236) 2021-06-12 22:23:22 +02:00
browserContextDispatcher.ts feat(tracing): allow calling tracing.start multiple times (#7992) 2021-08-04 21:11:35 -07:00
browserDispatcher.ts fix: finish all artifacts when browser exits (#6151) 2021-04-08 18:56:09 -07:00
browserTypeDispatcher.ts fix: return valid browser from context.browser() when connect over CDP (#7155) 2021-06-15 16:06:38 -07:00
cdpSessionDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
consoleMessageDispatcher.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
dialogDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
dispatcher.ts feat(trace-viewer): add nicer params rendering (#7448) 2021-07-02 16:45:09 -07:00
electronDispatcher.ts chore(electron): fix node/browser race conditions, expose browser window asynchronously (#6381) 2021-05-02 22:45:06 -07:00
elementHandlerDispatcher.ts feat(strict): introduce strict mode (#7851) 2021-07-26 22:00:23 -07:00
frameDispatcher.ts feat(strict): introduce strict mode (#7851) 2021-07-26 22:00:23 -07:00
jsHandleDispatcher.ts chore: push dispatcher guid into object, reuse it in trace (#6250) 2021-04-20 23:03:56 -07:00
networkDispatchers.ts Revert "chore: update eslint config (#6840)" partly (#7268) 2021-06-23 11:08:35 +02:00
pageDispatcher.ts feat: added reduced motion media query emulation (#6646) 2021-05-22 01:56:09 +02:00
playwrightDispatcher.ts feat(port-forwarding): add playwrightclient support (#6786) 2021-06-02 23:35:17 +02:00
selectorsDispatcher.ts fix(connect): make selectors.register work in connected browser (#3664) 2020-09-02 16:15:43 -07:00
socksSocketDispatcher.ts feat(browserServer): forward local ports (#6375) 2021-05-25 17:11:32 +02:00
streamDispatcher.ts fix: do not close stream until all bytes have been read (#6351) 2021-04-28 14:54:51 -07:00