playwright/src/dispatchers
Dmitry Gozman df777344a3
api(video): simplify video api (#3924)
- This leaves just `recordVideos` and `videoSize` options on the context.
- Videos are saved to `artifactsPath`. We also save their ids to trace.
- `context.close()` waits for the processed videos.
2020-09-18 17:36:43 -07:00
..
browserContextDispatcher.ts feat(rpc): simplify browser name detection on the client side (#3670) 2020-08-28 10:23:02 -07:00
browserDispatcher.ts fix(connect): make selectors.register work in connected browser (#3664) 2020-09-02 16:15:43 -07:00
browserTypeDispatcher.ts chore: merge BrowserType and BrowserTypeBase, remove logName (#3837) 2020-09-10 15:34:13 -07:00
cdpSessionDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
consoleMessageDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
dialogDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
dispatcher.ts feat(rpc): allow sending metadata with rpc calls (#3836) 2020-09-10 19:25:44 -07:00
downloadDispatcher.ts fix(downloads): make path/saveAs work when connected remotely (#3634) 2020-08-26 12:46:30 -07:00
electronDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
elementHandlerDispatcher.ts chore: move action instrumentation per-context (#3908) 2020-09-17 09:32:54 -07:00
frameDispatcher.ts chore: move action instrumentation per-context (#3908) 2020-09-17 09:32:54 -07:00
jsHandleDispatcher.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
networkDispatchers.ts chore: move last rpc files to their place (#3604) 2020-08-24 14:48:03 -07:00
pageDispatcher.ts api(video): simplify video api (#3924) 2020-09-18 17:36:43 -07:00
playwrightDispatcher.ts fix(connect): make selectors.register work in connected browser (#3664) 2020-09-02 16:15:43 -07:00
selectorsDispatcher.ts fix(connect): make selectors.register work in connected browser (#3664) 2020-09-02 16:15:43 -07:00
streamDispatcher.ts fix(downloads): make path/saveAs work when connected remotely (#3634) 2020-08-26 12:46:30 -07:00